]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
attempt to re-enable arm64 tests 1213/head
authorYann Collet <cyan@fb.com>
Wed, 27 Jun 2018 20:19:14 +0000 (13:19 -0700)
committerYann Collet <cyan@fb.com>
Wed, 27 Jun 2018 20:19:14 +0000 (13:19 -0700)
.travis.yml

index 8c5eb70f2b6d780bca32e8422494533c9ba47195..081af4aad91208fdfc0639f814f46fb60ad2da85 100644 (file)
@@ -25,12 +25,7 @@ matrix:
     - env: Cmd='make valgrindinstall && make -C tests clean valgrindTest'
 
     - env: Cmd='make arminstall && make armfuzz'
-
-# Following test is disabled, as there is a bug in Travis' ld
-# preventing aarch64 compilation to complete.
-# > collect2: error: ld terminated with signal 11 [Segmentation fault], core dumped
-# to be re-enabled in a few commit, as it's possible that a random code change circumvent the ld bug
-#    - env: Cmd='make arminstall && make aarch64fuzz'
+    - env: Cmd='make arminstall && make aarch64fuzz'
 
     - env: Cmd='make ppcinstall && make ppcfuzz'
     - env: Cmd='make ppcinstall && make ppc64fuzz'