Skip to content

Commit

Permalink
Travis CI seem to have a broken VM announcing AVX2 but not fully
Browse files Browse the repository at this point in the history
supporting it. Disable AVX2 for now.
  • Loading branch information
magnumripper committed Oct 12, 2017
1 parent 816e1de commit d4556f3
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 @@ -35,7 +35,7 @@ elif [[ -z "$TEST" ]]; then
fi

# Configure and build
./configure $ASAN
./configure CPPFLAGS=-mno-avx2 $ASAN
make -sj4

../.travis/test.sh
Expand Down

0 comments on commit d4556f3

Please sign in to comment.