travis: Disable unwind backtraces regardless of LEAK_DETECTIVE option

While d0d85683 works around a crasher related to the use of libunwind, other
build hangs have been seen in the all test cases. Try to
--disable-unwind-backtraces to see if libunwind is really related to those
and if it fixes these issues.
This commit is contained in:
Martin Willi
2015-02-26 10:43:20 +01:00
parent c6595222d6
commit 83f0c22afe
+1 -3
View File
@@ -34,14 +34,12 @@ all)
--disable-dumm --disable-kernel-pfroute --disable-keychain
--disable-lock-profiler --disable-maemo --disable-padlock
--disable-osx-attr --disable-tkm --disable-uci --disable-aikgen
--disable-systemd --disable-soup
--disable-systemd --disable-soup --disable-unwind-backtraces
--disable-svc --disable-dbghelp-backtraces --disable-socket-win
--disable-kernel-wfp --disable-kernel-iph --disable-winhttp"
if test "$LEAK_DETECTIVE" = "yes"; then
# libgcrypt can't be deinitialized
CONFIG="$CONFIG --disable-gcrypt"
# libunwind causes threads to be cleaned up after LD is disabled
CONFIG="$CONFIG --disable-unwind-backtraces"
fi
if test "$MONOLITHIC" = "yes"; then
# Ubuntu 12.04 does not provide a proper -liptc pkg-config