crossbuild-essential images: disable because of missing packages

Temporarily disable because the packages are not available. See #209.

These should be replaced by crosstool-ng images.
This commit is contained in:
Matt McCormick 2018-04-02 15:01:06 -04:00
parent f0986b663b
commit 57bf16fa17

View File

@ -87,17 +87,18 @@ jobs:
steps: steps:
- restore_cache: - restore_cache:
key: base-assets-{{ .Revision }} key: base-assets-{{ .Revision }}
- run: # Image build currently broken. See #209
name: linux-arm64 build #- run:
no_output_timeout: 1.5h #name: linux-arm64 build
command: | #no_output_timeout: 1.5h
docker load -i ~/docker/base.tar #command: |
make linux-arm64 #docker load -i ~/docker/base.tar
docker save -o ~/docker/linux-arm64.tar dockcross/linux-arm64:latest #make linux-arm64
- run: #docker save -o ~/docker/linux-arm64.tar dockcross/linux-arm64:latest
name: linux-arm64 test #- run:
command: | #name: linux-arm64 test
make linux-arm64.test #command: |
#make linux-arm64.test
- save_cache: - save_cache:
key: linux-arm64-assets-{{ .Revision }} key: linux-arm64-assets-{{ .Revision }}
paths: ~/docker/linux-arm64.tar paths: ~/docker/linux-arm64.tar
@ -106,17 +107,18 @@ jobs:
steps: steps:
- restore_cache: - restore_cache:
key: base-assets-{{ .Revision }} key: base-assets-{{ .Revision }}
- run: # Image build currently broken. See #209
name: linux-armv5 build #- run:
no_output_timeout: 1.5h #name: linux-armv5 build
command: | #no_output_timeout: 1.5h
docker load -i ~/docker/base.tar #command: |
make linux-armv5 #docker load -i ~/docker/base.tar
docker save -o ~/docker/linux-armv5.tar dockcross/linux-armv5:latest #make linux-armv5
- run: #docker save -o ~/docker/linux-armv5.tar dockcross/linux-armv5:latest
name: linux-armv5 test #- run:
command: | #name: linux-armv5 test
make linux-armv5.test #command: |
#make linux-armv5.test
- save_cache: - save_cache:
key: linux-armv5-assets-{{ .Revision }} key: linux-armv5-assets-{{ .Revision }}
paths: ~/docker/linux-armv5.tar paths: ~/docker/linux-armv5.tar
@ -144,17 +146,18 @@ jobs:
steps: steps:
- restore_cache: - restore_cache:
key: base-assets-{{ .Revision }} key: base-assets-{{ .Revision }}
- run: # Image build currently broken. See #209
name: linux-armv7 build #- run:
no_output_timeout: 1.5h #name: linux-armv7 build
command: | #no_output_timeout: 1.5h
docker load -i ~/docker/base.tar #command: |
make linux-armv7 #docker load -i ~/docker/base.tar
docker save -o ~/docker/linux-armv7.tar dockcross/linux-armv7:latest #make linux-armv7
- run: #docker save -o ~/docker/linux-armv7.tar dockcross/linux-armv7:latest
name: linux-armv7 test #- run:
command: | #name: linux-armv7 test
make linux-armv7.test #command: |
#make linux-armv7.test
- save_cache: - save_cache:
key: linux-armv7-assets-{{ .Revision }} key: linux-armv7-assets-{{ .Revision }}
paths: ~/docker/linux-armv7.tar paths: ~/docker/linux-armv7.tar
@ -163,17 +166,18 @@ jobs:
steps: steps:
- restore_cache: - restore_cache:
key: base-assets-{{ .Revision }} key: base-assets-{{ .Revision }}
- run: # Image build currently broken. See #209
name: linux-mipsel build #- run:
no_output_timeout: 1.5h #name: linux-mipsel build
command: | #no_output_timeout: 1.5h
docker load -i ~/docker/base.tar #command: |
make linux-mipsel #docker load -i ~/docker/base.tar
docker save -o ~/docker/linux-mipsel.tar dockcross/linux-mipsel:latest #make linux-mipsel
- run: #docker save -o ~/docker/linux-mipsel.tar dockcross/linux-mipsel:latest
name: linux-mipsel test #- run:
command: | #name: linux-mipsel test
make linux-mipsel.test #command: |
#make linux-mipsel.test
- save_cache: - save_cache:
key: linux-mipsel-assets-{{ .Revision }} key: linux-mipsel-assets-{{ .Revision }}
paths: ~/docker/linux-mipsel.tar paths: ~/docker/linux-mipsel.tar
@ -201,17 +205,18 @@ jobs:
steps: steps:
- restore_cache: - restore_cache:
key: base-assets-{{ .Revision }} key: base-assets-{{ .Revision }}
- run: # Image build currently broken. See #209
name: linux-ppc64le build #- run:
no_output_timeout: 1.5h #name: linux-ppc64le build
command: | #no_output_timeout: 1.5h
docker load -i ~/docker/base.tar #command: |
make linux-ppc64le #docker load -i ~/docker/base.tar
docker save -o ~/docker/linux-ppc64le.tar dockcross/linux-ppc64le:latest #make linux-ppc64le
- run: #docker save -o ~/docker/linux-ppc64le.tar dockcross/linux-ppc64le:latest
name: linux-ppc64le test #- run:
command: | #name: linux-ppc64le test
make linux-ppc64le.test #command: |
#make linux-ppc64le.test
- save_cache: - save_cache:
key: linux-ppc64le-assets-{{ .Revision }} key: linux-ppc64le-assets-{{ .Revision }}
paths: ~/docker/linux-ppc64le.tar paths: ~/docker/linux-ppc64le.tar
@ -517,27 +522,32 @@ workflows:
- browser-asmjs: - browser-asmjs:
requires: requires:
- base - base
- linux-arm64: # Image build currently broken. See #209
requires: #- linux-arm64:
- base #requires:
- linux-armv5: #- base
requires: # Image build currently broken. See #209
- base #- linux-armv5:
#requires:
#- base
- linux-armv6: - linux-armv6:
requires: requires:
- base - base
- linux-armv7: # Image build currently broken. See #209
requires: #- linux-armv7:
- base #requires:
- linux-mipsel: #- base
requires: # Image build currently broken. See #209
- base #- linux-mipsel:
#requires:
#- base
- linux-s390x: - linux-s390x:
requires: requires:
- base - base
- linux-ppc64le: # Image build currently broken. See #209
requires: #- linux-ppc64le:
- base #requires:
#- base
- linux-x64: - linux-x64:
requires: requires:
- base - base
@ -562,13 +572,16 @@ workflows:
- android-arm - android-arm
- android-arm64 - android-arm64
- browser-asmjs - browser-asmjs
- linux-arm64 # Image build currently broken. See #209
- linux-armv5 #- linux-arm64
#- linux-armv5
- linux-armv6 - linux-armv6
- linux-armv7 # Image build currently broken. See #209
- linux-mipsel #- linux-armv7
#- linux-mipsel
- linux-s390x - linux-s390x
- linux-ppc64le # Image build currently broken. See #209
#- linux-ppc64le
- linux-x64 - linux-x64
- linux-x86 - linux-x86
- manylinux-x64 - manylinux-x64