-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
cudaPackages.cudatoolkit: fix the setupCudaHook not being propagated correctly #273048
cudaPackages.cudatoolkit: fix the setupCudaHook not being propagated correctly #273048
Conversation
also fix the incompatible gcc error by adding cuda_nvcc to nativeBuildInputs (cudaPackages.cudatoolkit in buildInputs is insufficient because that doesn't propagate the hook)
Waiting for <NixOS/nixpkgs#273048> Signed-off-by: Gaoyang Zhang <[email protected]>
|
Looks good to me, merging. |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-23.11
git worktree add -d .worktree/backport-273048-to-release-23.11 origin/release-23.11
cd .worktree/backport-273048-to-release-23.11
git switch --create backport-273048-to-release-23.11
git cherry-pick -x 810599277409a7d564c159983f3bb4a51aed1ea3 7c97d5f5c441cce6ad717a85676eec7c7ff1b27e |
Description of changes
Missed in #271078. Here's an example of a related error: https://hercules-ci.com/accounts/github/SomeoneSerge/derivations/%2Fnix%2Fstore%2F064plchffmjm075mhb0m3s00q3977hpl-suitesparse-5.13.0.drv/log?via-job=0a87e961-e83f-43e5-89fd-0fa01863101b
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.