We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24c38c commit c0e1d0dCopy full SHA for c0e1d0d
.travis.yml
@@ -61,7 +61,7 @@ before_install:
61
ln -s /usr/bin/g++-5 $HOME/bin/x86_64-linux-gnu-g++;
62
gcc --version;
63
BAR="bar -i 30";
64
- BUILDOPTS="-j5 VERBOSE=1 FORCE_ASSERTIONS=1 LLVM_ASSERTIONS=1 USECCACHE=1";
+ BUILDOPTS="-j5 VERBOSE=1 FORCE_ASSERTIONS=1 LLVM_ASSERTIONS=1 USECCACHE=1 USE_BINARYBUILDER_LIBUV=0 USE_BINARYBUILDER_UNWIND=0";
65
echo "override ARCH=$ARCH" >> Make.user;
66
sudo sh -c "echo 0 > /proc/sys/net/ipv6/conf/lo/disable_ipv6";
67
export JULIA_CPU_THREADS=4;
0 commit comments