From: Yann Collet Date: Thu, 21 May 2020 17:26:40 +0000 (-0700) Subject: try to fix PPC64 Qemu tests X-Git-Tag: v1.4.5^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a63810e2ac95d3a969a8e6c1a56705bc68206d6d;p=thirdparty%2Fzstd.git try to fix PPC64 Qemu tests --- diff --git a/.travis.yml b/.travis.yml index ce69723d3..ceb0f5a8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -203,12 +203,6 @@ matrix: - CC=clang-3.8 make tsan-test-zstream - CC=clang-3.8 make tsan-fuzztest - - name: Qemu PPC64 + Fuzz test # ~13mn - if: branch = master - script: - - make ppcinstall - - make ppc64fuzz - - name: PPC64LE + Fuzz test # ~13mn if: branch = master arch: ppc64le @@ -216,6 +210,13 @@ matrix: - cat /proc/cpuinfo - make test + - name: Qemu PPC64 + Fuzz test # ~13mn, presumed Big-Endian (?) + dist: trusty # note : PPC64 cross-compilation for Qemu tests seems broken on Xenial + if: branch = master + script: + - make ppcinstall + - make ppc64fuzz + # note : we already have aarch64 tests on hardware - name: Qemu aarch64 + Fuzz Test (on Xenial) # ~14mn if: branch = master