Skip to content

Commit

Permalink
Allow sysroot 2.28 in CUDA 11 jobs. (#749)
Browse files Browse the repository at this point in the history
This removes some special cases added in #745 around sysroot pinnings. Those were needed for CUDA 11.4 until a recent repodata patch. Thanks @jakirkham!

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - https://github.com/jakirkham

URL: #749
  • Loading branch information
bdice authored Jan 26, 2025
1 parent e84fd34 commit 3f8cc2b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,6 @@ dependencies:
- gcc<14.0.0
- output_types: conda
matrices:
- matrix:
arch: x86_64
cuda: "11.[2456]"
packages:
- sysroot_linux-64==2.17
- matrix:
arch: aarch64
cuda: "11.[2456]"
packages:
- sysroot_linux-aarch64==2.17
- matrix:
arch: x86_64
packages:
Expand Down

0 comments on commit 3f8cc2b

Please sign in to comment.