ci: Disable linux-ppc64le build

Package installation issues per Issue #430.
This commit is contained in:
Matt McCormick
2020-07-19 17:29:16 -04:00
parent 800458ccda
commit 7d34cd8c90

View File

@@ -929,9 +929,10 @@ workflows:
- linux-s390x: - linux-s390x:
requires: requires:
- base - base
- linux-ppc64le: # Disabled per Issue #430
requires: #- linux-ppc64le:
- base #requires:
#- base
- linux-x64: - linux-x64:
requires: requires:
- base - base
@@ -991,7 +992,7 @@ workflows:
- linux-armv7a - linux-armv7a
#- linux-mipsel #- linux-mipsel
- linux-s390x - linux-s390x
- linux-ppc64le #- linux-ppc64le
- linux-x64 - linux-x64
- linux-x86 - linux-x86
- manylinux1-x64 - manylinux1-x64