Skip to content

Commit 710933e

Browse files
committed
Disabled debug output during wheels building.
1 parent 821d02d commit 710933e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-wheels-cuda-linux.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ jobs:
7272
mamba install -y 'cuda' -c nvidia/label/cuda-$cudaVersion
7373
python -m pip install build wheel
7474
75-
- name: Debug CUDA & GLIBC Issues
76-
run: |
77-
echo "Check GCC"
78-
gcc --version
79-
which gcc
75+
# - name: Debug GLIBC Issues
76+
# run: |
77+
# echo "Check GCC"
78+
# gcc --version
79+
# which gcc
8080

81-
echo "## Checking if libdl and librt are available"
82-
ldconfig -p | grep -E "libdl|librt" || echo "Missing libdl or librt!"
81+
# echo "## Checking if libdl and librt are available"
82+
# ldconfig -p | grep -E "libdl|librt" || echo "Missing libdl or librt!"
8383

8484
- name: Build Wheel
8585
run: |

0 commit comments

Comments
 (0)