Skip to content

Commit

Permalink
Ensure we have correct glibc version for linking to cudart in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Dec 30, 2022
1 parent 63ce954 commit b22e3d1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,17 @@ dependencies:
- scikit-build>=0.13.1
- libpng
- zlib
specific:
- output_types: conda
matrices:
- matrix:
arch: x86_64
packages:
- sysroot_linux-64==2.17
- matrix:
arch: aarch64
packages:
- sysroot_linux-aarch64==2.17
style_checks:
common:
- output_types: [conda, requirements]
Expand Down

0 comments on commit b22e3d1

Please sign in to comment.