Skip to content

Commit ee22217

Browse files
authored
[Sanitizer] show configure.log for libz build (#171932)
This is for debugging the failures on the aarch64 buildbot
1 parent 86cc934 commit ee22217

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ fi
8484

8585
cd ${ZLIB_BUILD}
8686
AR="${AR}" CC="${CC}" CFLAGS="$FLAGS -Wno-deprecated-non-prototype" RANLIB=/bin/true ./configure --static
87+
# TODO: remove this. this is for debugging buildbot problems
88+
cat configure.log
8789
make -j libz.a
8890

8991
# Build and install libcxxabi and libcxx.

0 commit comments

Comments
 (0)