We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f8a8f commit c37bb47Copy full SHA for c37bb47
1 file changed
.github/actions/build_cmake/action.yml
@@ -74,7 +74,7 @@ runs:
74
conda install -y -q cuda-toolkit=12.6 gxx_linux-64=12.4 -c "nvidia/label/cuda-12.6"
75
# and CUDA from cuVS channel for cuVS builds
76
elif [ "${{ inputs.cuvs }}" = "ON" ]; then
77
- conda install -y -q libcuvs=26.02 'cuda-version=12.9' cuda-toolkit=12.9 -c rapidsai -c rapidsai-nightly -c conda-forge
+ conda install -y -q libcuvs=26.02 'cuda-version=12.9' cuda-toolkit=12.9 sysroot_linux-64=2.34 -c rapidsai -c rapidsai-nightly -c conda-forge
78
fi
79
80
# install SVS runtime for SVS builds
0 commit comments