Skip to content

Commit c0e1d0d

Browse files
committed
Fix Travis, which has problems with BB
1 parent a24c38c commit c0e1d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ before_install:
6161
ln -s /usr/bin/g++-5 $HOME/bin/x86_64-linux-gnu-g++;
6262
gcc --version;
6363
BAR="bar -i 30";
64-
BUILDOPTS="-j5 VERBOSE=1 FORCE_ASSERTIONS=1 LLVM_ASSERTIONS=1 USECCACHE=1";
64+
BUILDOPTS="-j5 VERBOSE=1 FORCE_ASSERTIONS=1 LLVM_ASSERTIONS=1 USECCACHE=1 USE_BINARYBUILDER_LIBUV=0 USE_BINARYBUILDER_UNWIND=0";
6565
echo "override ARCH=$ARCH" >> Make.user;
6666
sudo sh -c "echo 0 > /proc/sys/net/ipv6/conf/lo/disable_ipv6";
6767
export JULIA_CPU_THREADS=4;

0 commit comments

Comments
 (0)