Skip to content

Commit 965e9ba

Browse files
committed
Temporarily disable LLVM assertions on Travis
[av skip]
1 parent c38a5a3 commit 965e9ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ before_install:
6868
ln -s /usr/bin/g++-5 $HOME/bin/x86_64-linux-gnu-g++;
6969
gcc --version;
7070
BAR="bar -i 30";
71-
BUILDOPTS="-j3 VERBOSE=1 FORCE_ASSERTIONS=1 LLVM_ASSERTIONS=1";
71+
BUILDOPTS="-j3 VERBOSE=1 FORCE_ASSERTIONS=1";
72+
# TODO: put LLVM_ASSERTIONS=1 back in BUILDOPTS, ref #19803
7273
echo "override ARCH=$ARCH" >> Make.user;
7374
TESTSTORUN="all";
7475
elif [ `uname` = "Darwin" ]; then

0 commit comments

Comments
 (0)