Skip to content

Commit c37bb47

Browse files
committed
update sysroot
1 parent b2f8a8f commit c37bb47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build_cmake/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
conda install -y -q cuda-toolkit=12.6 gxx_linux-64=12.4 -c "nvidia/label/cuda-12.6"
7575
# and CUDA from cuVS channel for cuVS builds
7676
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
77+
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
7878
fi
7979
8080
# install SVS runtime for SVS builds

0 commit comments

Comments
 (0)