Skip to content

Commit 0599c42

Browse files
committed
debug
1 parent 37f031d commit 0599c42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/scripts/wheel/pre_build_script.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ fi
4848
#!/usr/bin/env bash
4949
set -euxo pipefail
5050

51+
echo "GCC version:"
52+
gcc --version
53+
5154
GLIBC_VERSION=2.29
5255
PREFIX=/tmp/glibc-$GLIBC_VERSION
5356
BUILD_DIR=/tmp/glibc-build

0 commit comments

Comments
 (0)