Disable ppc64le test environment on Travis CI
as this semi-official beta option has suddenly reverted to a standard x86_64 environment causing spurious failures
This commit is contained in:
parent
f3c314550c
commit
b5af7b9c78
16
.travis.yml
16
.travis.yml
|
@ -25,14 +25,14 @@ matrix:
|
||||||
- TARGET_BOX=LINUX64
|
- TARGET_BOX=LINUX64
|
||||||
- BTYPE="BINARY=64"
|
- BTYPE="BINARY=64"
|
||||||
|
|
||||||
- <<: *test-ubuntu
|
# - <<: *test-ubuntu
|
||||||
os: linux-ppc64le
|
# os: linux-ppc64le
|
||||||
before_script:
|
# before_script:
|
||||||
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
|
# - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
|
||||||
env:
|
# env:
|
||||||
# for matrix annotation only
|
# # for matrix annotation only
|
||||||
- TARGET_BOX=PPC64LE_LINUX
|
# - TARGET_BOX=PPC64LE_LINUX
|
||||||
- BTYPE="BINARY=64 USE_OPENMP=1"
|
# - BTYPE="BINARY=64 USE_OPENMP=1"
|
||||||
|
|
||||||
- <<: *test-ubuntu
|
- <<: *test-ubuntu
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue