Skip to content

Commit b5af7b9

Browse files
authored
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
1 parent f3c3145 commit b5af7b9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ matrix:
2525
- TARGET_BOX=LINUX64
2626
- BTYPE="BINARY=64"
2727

28-
- <<: *test-ubuntu
29-
os: linux-ppc64le
30-
before_script:
31-
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
32-
env:
33-
# for matrix annotation only
34-
- TARGET_BOX=PPC64LE_LINUX
35-
- BTYPE="BINARY=64 USE_OPENMP=1"
28+
# - <<: *test-ubuntu
29+
# os: linux-ppc64le
30+
# before_script:
31+
# - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=POWER8 NUM_THREADS=32"
32+
# env:
33+
# # for matrix annotation only
34+
# - TARGET_BOX=PPC64LE_LINUX
35+
# - BTYPE="BINARY=64 USE_OPENMP=1"
3636

3737
- <<: *test-ubuntu
3838
env:

0 commit comments

Comments
 (0)