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

tests.setuid: only on i686 and x86_64 linuxs #1729

Merged
merged 1 commit into from Feb 7, 2018

Conversation

grahamc
Copy link
Member

@grahamc grahamc commented Dec 12, 2017

Please backport to 1.11 as well.

@grahamc
Copy link
Member Author

grahamc commented Dec 12, 2017

Note: We'll want to fix the test itself and reenable on aarch64 once Nixpkgs' aarch64 VM test support is improved.

nix = build.${system}; inherit system;
});
tests.setuid = pkgs.lib.genAttrs
(pkgs.lib.filter (system: system == "x86_64-linux" || system == "i686-linux") systems)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be written more concisely as genAttrs ["i686-linux" "x86_64-linux"]. :-)

@edolstra edolstra merged commit e4ece83 into NixOS:master Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants