Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pkgsi686Linux assertion #49670

Merged
merged 3 commits into from Nov 4, 2018
Merged

Conversation

matthewbauer
Copy link
Member

As seen in https://hydra.nixos.org/build/82962379/, we should not do pkgsi686Linux on aarch64 as we can't execute those binaries.

This was getting evaluated eagerly causing assertion failures in
aarch64 systems. We can replace usages of pkgs_i686 with
pkgs.pkgsi686Linux.
pkgsi686Linux now throws an error with a message as opposed to the
previous assertion.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants