try to fix PPC64 Qemu tests
This commit is contained in:
+7
-6
@@ -203,12 +203,6 @@ matrix:
|
|||||||
- CC=clang-3.8 make tsan-test-zstream
|
- CC=clang-3.8 make tsan-test-zstream
|
||||||
- CC=clang-3.8 make tsan-fuzztest
|
- 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
|
- name: PPC64LE + Fuzz test # ~13mn
|
||||||
if: branch = master
|
if: branch = master
|
||||||
arch: ppc64le
|
arch: ppc64le
|
||||||
@@ -216,6 +210,13 @@ matrix:
|
|||||||
- cat /proc/cpuinfo
|
- cat /proc/cpuinfo
|
||||||
- make test
|
- 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
|
# note : we already have aarch64 tests on hardware
|
||||||
- name: Qemu aarch64 + Fuzz Test (on Xenial) # ~14mn
|
- name: Qemu aarch64 + Fuzz Test (on Xenial) # ~14mn
|
||||||
if: branch = master
|
if: branch = master
|
||||||
|
|||||||
Reference in New Issue
Block a user