-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
rustc: Correct enable-profiler
linux
check
#343059
Conversation
remove the `isRedox` condition which was added because `stdenv.isLinux` uses `hostPlatform`, after specifying `targetPlatform` it's no longer necessary.
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.
Makes sense
Will cause cross rebuilds so targetting staging |
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.
Will cause cross rebuilds so targetting staging
No rebuilds on non-cross, so I do prefer that it targets master.
Yeah, we merge non-Hydra-relevant cross rebuilds into master all the time. |
|
Double checked and there's no profiler on redox. 2 approvals, merging. EDIT @philiptaron you merged while I was writing this 😄 |
Same logic as you my friend. 👍🏻 |
remove the
isRedox
condition which was added becausestdenv.isLinux
useshostPlatform
, after specifyingtargetPlatform
it's no longer necessary.Split from #314832
Description of changes
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.