Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc91b10

Browse files
authored
Merge pull request #24488 from charris/stop-testing-ppc64le
MAINT: Stop testing on ppc64le.
2 parents f73019a + a8afc1d commit cc91b10

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.travis.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,18 @@ cache:
2626

2727
jobs:
2828
include:
29-
- python: "3.9"
30-
os: linux
31-
arch: ppc64le
32-
env:
33-
# use OpenBLAS build, not system ATLAS
34-
- DOWNLOAD_OPENBLAS=1
35-
# - NPY_USE_BLAS_ILP64=1 # the openblas build fails
36-
- ATLAS=None
37-
# VSX4 still not supported by ubuntu/gcc-11
38-
- EXPECT_CPU_FEATURES="VSX VSX2 VSX3"
29+
# The ppc64le for these tests is usually missing, resulting in
30+
# test failure most of the time. Let's not do that.
31+
# - python: "3.9"
32+
# os: linux
33+
# arch: ppc64le
34+
# env:
35+
# # use OpenBLAS build, not system ATLAS
36+
# - DOWNLOAD_OPENBLAS=1
37+
# # - NPY_USE_BLAS_ILP64=1 # the openblas build fails
38+
# - ATLAS=None
39+
# # VSX4 still not supported by ubuntu/gcc-11
40+
# - EXPECT_CPU_FEATURES="VSX VSX2 VSX3"
3941

4042
- python: "3.9"
4143
os: linux

0 commit comments

Comments
 (0)