mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 00:54:26 +01:00
ci: Disable linux-ppc64le build
Package installation issues per Issue #430.
This commit is contained in:
parent
800458ccda
commit
7d34cd8c90
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user