]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Revert "attempt to re-enable arm64 tests" 1245/head
authorNick Terrell <terrelln@fb.com>
Thu, 19 Jul 2018 21:35:27 +0000 (14:35 -0700)
committerNick Terrell <terrelln@fb.com>
Thu, 19 Jul 2018 21:35:27 +0000 (14:35 -0700)
This reverts commit 9c277f137cbcaa385ff5b95ec4cbdce50675541d.

.travis.yml

index 80406064d745cf07a461aa48c6fa4c95c00132b6..71b270196ec062b485b85ede70aec31af8f76c89 100644 (file)
@@ -25,7 +25,12 @@ matrix:
     - env: Cmd='make valgrindinstall && make -C tests clean valgrindTest'
 
     - env: Cmd='make arminstall && make armfuzz'
-    - env: Cmd='make arminstall && make aarch64fuzz'
+
+# 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 ppcinstall && make ppcfuzz'
     - env: Cmd='make ppcinstall && make ppc64fuzz'