mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
[Sanitizer] show configure.log for libz build (#171932)
This is for debugging the failures on the aarch64 buildbot
This commit is contained in:
@@ -84,6 +84,8 @@ fi
|
||||
|
||||
cd ${ZLIB_BUILD}
|
||||
AR="${AR}" CC="${CC}" CFLAGS="$FLAGS -Wno-deprecated-non-prototype" RANLIB=/bin/true ./configure --static
|
||||
# TODO: remove this. this is for debugging buildbot problems
|
||||
cat configure.log
|
||||
make -j libz.a
|
||||
|
||||
# Build and install libcxxabi and libcxx.
|
||||
|
||||
Reference in New Issue
Block a user