diff options
author | van Hauser <vh@thc.org> | 2020-02-24 13:27:13 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-24 13:27:13 +0100 |
commit | 6fece5525e73bd88731bd7e4fe21d51e5b1498e6 (patch) | |
tree | c7c5411979232adce261dd45e5a0da0ebe79b1de | |
parent | 28b43ab1379c9be9ea80abda160d1582a4cdb348 (diff) | |
download | afl++-6fece5525e73bd88731bd7e4fe21d51e5b1498e6.tar.gz |
workaround for travis bug
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index c4ad9585..284a2ffe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,5 +50,4 @@ script: - if [ "$TRAVIS_OS_NAME" = "linux" -a "$TRAVIS_CPU_ARCH" = "amd64" ]; then make distrib ASAN_BUILD=1 ; fi - if [ "$TRAVIS_CPU_ARCH" = "arm64" ] ; then echo DEBUG ; find / -name llvm-config.h 2>/dev/null; apt-cache search clang | grep clang- ; apt-cache search llvm | grep llvm- ; dpkg -l | egrep 'clang|llvm'; echo DEBUG ; export LLVM_CONFIG=llvm-config-6.0 ; make ASAN_BUILD=1 ; cd qemu_mode && sh ./build_qemu_support.sh ; cd .. ; fi - make tests - - exit 0 - + - travis_terminate 0 |