From 8838b1ed50d608b017df7f30e471fcf1999adec2 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Sun, 1 Jan 2017 18:30:25 -0800 Subject: [PATCH] Temporarily disable LLVM assertions on Travis [av skip] --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8858cd0f9bd7a..7aca588647998 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,6 +58,7 @@ notifications: - http://julia.mit.edu:8000/travis-hook before_install: - make check-whitespace + # TODO: put LLVM_ASSERTIONS=1 back in BUILDOPTS, ref #19803 - if [ `uname` = "Linux" ]; then contrib/travis_fastfail.sh || exit 1; mkdir -p $HOME/bin; @@ -68,7 +69,7 @@ before_install: ln -s /usr/bin/g++-5 $HOME/bin/x86_64-linux-gnu-g++; gcc --version; BAR="bar -i 30"; - BUILDOPTS="-j3 VERBOSE=1 FORCE_ASSERTIONS=1 LLVM_ASSERTIONS=1"; + BUILDOPTS="-j3 VERBOSE=1 FORCE_ASSERTIONS=1"; echo "override ARCH=$ARCH" >> Make.user; TESTSTORUN="all"; elif [ `uname` = "Darwin" ]; then