-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
jaxlib: update cudaSupport hash #348883
jaxlib: update cudaSupport hash #348883
Conversation
Closes: NixOS#346686 Closes: NixOS#347928
Looks like the CI is upset that this isn't targeting Also is it just #321920 again? (I'm not very familiar with this stuff, this is just from searching for issues and PRs) |
Yes, the "cause of repruducibility" issue and this PR are targeting the same problem. I do not know the cause of this nor do I have the time to research this :(. I really need this for my system to work. That's why I have decided to just update the hash. Also, what should I target? |
The full doc is here but the short version is that you target That said, whether this PR is a good idea or not depends on the nature of the nondeterminism, right? If it's the case that some builds get hash A and some get hash B, then switching the hash from A to B doesn't really solve anything -- you'll break as many people as you fix. On the other hand, from reading the other thread, maybe it's something like: there's an external dependency that changes over time, so the hash that everyone gets keeps changing, but at least it's the same hash for everyone? In which case this PR doesn't fully solve the problem but at least buys us more time? In the meantime, do you already know how to use a nixpkgs branch / set up a local package so that you can work around this problem yourself even if it isn't merged (yet)? |
This PR is closed as part of the NixOS 24.05 EOL Cleanup: https://nixos.github.io/release-wiki/EOL-Cleanup.html |
Just updated the hash.
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.