Skip to content

Commit 54c138b

Browse files
committed
debug
1 parent b7ab6ea commit 54c138b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.ci/scripts/wheel/pre_build_script.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,18 @@ cd "$BUILD_DIR"
6565

6666
# Unset it to keep glibc configure happy
6767
unset LD_LIBRARY_PATH
68-
68+
CFLAGS="-O2 -fPIC -fcommon \
69+
-Wno-error=array-parameter \
70+
-Wno-error=array-bounds \
71+
-Wno-error=maybe-uninitialized \
72+
-Wno-error=zero-length-bounds \
73+
-Wno-error=stringop-overflow \
74+
-Wno-error=deprecated-declarations \
75+
-Wno-error" \
6976
../glibc-$GLIBC_VERSION/configure \
70-
--prefix="$PREFIX" \
71-
--without-selinux \
72-
CFLAGS="-O2 -fPIC -fcommon \
73-
-Wno-error=array-parameter \
74-
-Wno-error=array-bounds \
75-
-Wno-error=maybe-uninitialized \
76-
-Wno-error=zero-length-bounds \
77-
-Wno-error=stringop-overflow \
78-
-Wno-error=deprecated-declarations \
79-
-Wno-error"
77+
--prefix="$PREFIX" \
78+
--without-selinux
79+
8080

8181
make -j"$(nproc)"
8282
make install

0 commit comments

Comments
 (0)