From: Yann Collet Date: Wed, 27 Jun 2018 20:19:14 +0000 (-0700) Subject: attempt to re-enable arm64 tests X-Git-Tag: v1.3.5~3^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c277f137cbcaa385ff5b95ec4cbdce50675541d;p=thirdparty%2Fzstd.git attempt to re-enable arm64 tests --- diff --git a/.travis.yml b/.travis.yml index 8c5eb70f2..081af4aad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'