We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821d02d commit 710933eCopy full SHA for 710933e
.github/workflows/build-wheels-cuda-linux.yaml
@@ -72,14 +72,14 @@ jobs:
72
mamba install -y 'cuda' -c nvidia/label/cuda-$cudaVersion
73
python -m pip install build wheel
74
75
- - name: Debug CUDA & GLIBC Issues
76
- run: |
77
- echo "Check GCC"
78
- gcc --version
79
- which gcc
+ # - name: Debug GLIBC Issues
+ # run: |
+ # echo "Check GCC"
+ # gcc --version
+ # which gcc
80
81
- echo "## Checking if libdl and librt are available"
82
- ldconfig -p | grep -E "libdl|librt" || echo "Missing libdl or librt!"
+ # echo "## Checking if libdl and librt are available"
+ # ldconfig -p | grep -E "libdl|librt" || echo "Missing libdl or librt!"
83
84
- name: Build Wheel
85
run: |
0 commit comments