Skip to content

Commit

Permalink
CI: disable AVX2 for all Travis builds
Browse files Browse the repository at this point in the history
AVX2 builds are failing frequently due to VM issues.
  • Loading branch information
claudioandre-br committed Nov 6, 2017
1 parent b7a8ea5 commit 7810a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ elif [[ "$TEST" == "fresh test" ]]; then
cd /cwd/src; \
apt-get update -qq; \
apt-get install -y build-essential libssl-dev yasm libgmp-dev libpcap-dev pkg-config debhelper libnet1-dev libbz2-dev libomp-dev; \
./configure --enable-asan; \
./configure CPPFLAGS=-mno-avx2 --enable-asan; \
make -sj4; \
export OPENCL="""$OPENCL"""; \
PROBLEM='slow' ../.travis/test.sh
Expand Down

0 comments on commit 7810a4a

Please sign in to comment.