Over the past few days I’ve been asking around on IRC whether anyone uses the i686 packages, and I’ve had a hard time getting an answer that isn’t “some people do.” As it currently stands the i686 portion of Nix(OS|pkgs) is basically abandoned; the builds fail constantly and no one seems to bother with fixing them.
Currently having i686 adds load to Hydra[1], takes up space in the binary cache[2], and most importantly adds noise to the list of failures of any given nix(os|pkgs) evaluation.
While I am in general in favor of supporting more, and not less, architectures, I feel that we are not currently supporting i686, but rather keeping it on life support, and that perhaps it is time we phase it out.
I’d like to propose that we:
Attempt to measure the number of current i686 users
Seek people to help maintain it | Deprecate it
Thoughts?
[1]: This may or may not be important/meaningful.
[2]: Which will matter if/when we have to pay for it.
Did you ask about Wine usage? Because our current i686-linux support (in terms of code and development processes) is not really i686-linux support, it is Wine on x86_64-linux support for 32-bit binaries.
Yes, the intended-to-accept version of RFC assigns i686-linux in general Tier 3 (which is close to the Tier2 in the linked comment) — below x86_64-darwin, on par with armv7-linux (with Wine exception). This didn’t raise any protest during discussion and seems to be a correct description of community attitude.
So the proposal is to clean up the set of things built by Hydra in accordance to the current development assumptions?
I fully agree with you. NixOS does not want to run any graphics mode on that i686 platform. Other users of the NixOS Brasil group on the telegram, who are helping me, tested my “configuration.nix”. Everything worked normally but on x86_64.
I run i686 short-living VM (similar to kata-containers) in graphics mode on x86_64 hosts.
But nevermind, I am on NixOS 19.09 anyway, just occasionally cherry-picking packages from master, and update is very unlikely.
Just to note that there could be silent users with much weirder setup than just a workstation (and there may be much more users of i686-linux than ones of x86_64-darwin, which is to be deprecated too).