-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
llvmPackages.compiler_rt: Fix version tests for git #354471
Conversation
Without these fixes, the git build currently fails because the tests are out of date. One is updated since it was fixed upstream, the other is still needed for the git build, but testing `version` resulted in a test against the `unstable-*` string and not the one with the version number in it. Signed-off-by: Peter Waller <[email protected]>
|
4ed1892
to
2c14728
Compare
ofborg confirms there are fewer rebuilds now. |
Result of 2 packages failed to build:
12 packages built:
|
|
these were broken a month or so ago and should be fixed now with the recent staging-next merge. |
Friendly one week ping. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without these fixes, the git build currently fails because the tests are
out of date.
One is updated since it was fixed upstream, the other is still needed
for the git build, but testing
version
resulted in a test against theunstable-*
string and not the one with the version number in it.While we're here, switch --replace for --replace-fail to reduce the log warning(Edit: I've dropped this patch to avoid the giant darwin rebuild).spam.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.