nix icon indicating copy to clipboard operation
nix copied to clipboard

`installer` CI job broken

Open abathur opened this issue 1 year ago • 1 comments

Not sure what the cause is, but it looks like the installer CI job (and thus the installer test jobs) broke sometime between these two runs:

  • https://github.com/NixOS/nix/actions/runs/8797566961
  • https://github.com/NixOS/nix/actions/runs/8800514890

I don't see anything related in the diff between those two commits.

I've only looked back at the master branch.

For reference after the logs expire, the errors are like:

error: a 'x86_64-darwin' with features {} is required to build '/nix/store/piy60v6bajxfgk5n462jgklg1rvx9gqn-nix-2.23.0pre20240423_e3a4e40.drv', but I am a 'x86_64-linux' with features {benchmark, big-parallel, kvm, nixos-test, uid-range}

abathur avatar Jun 15 '24 19:06 abathur

This issue has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/2024-06-26-nix-team-meeting-minutes-156/47740/1

nixos-discourse avatar Jun 26 '24 22:06 nixos-discourse

Finally fixed in https://github.com/NixOS/nix/pull/11009

roberth avatar Jul 05 '24 15:07 roberth