skip arm build for now

This commit is contained in:
phiresky 2019-06-12 23:05:13 +02:00
parent e5246491b0
commit e59eee5b06

View File

@ -36,22 +36,22 @@ matrix:
rust: nightly rust: nightly
# XML_CATALOG_FILES is apparently necessary for asciidoc on macOS. # XML_CATALOG_FILES is apparently necessary for asciidoc on macOS.
env: TARGET=x86_64-apple-darwin XML_CATALOG_FILES=/usr/local/etc/xml/catalog env: TARGET=x86_64-apple-darwin XML_CATALOG_FILES=/usr/local/etc/xml/catalog
- os: linux #- os: linux
rust: nightly # rust: nightly
env: TARGET=arm-unknown-linux-gnueabihf GCC_VERSION=4.8 # env: TARGET=arm-unknown-linux-gnueabihf GCC_VERSION=4.8
addons: # addons:
apt: # apt:
packages: # packages:
- gcc-4.8-arm-linux-gnueabihf # - gcc-4.8-arm-linux-gnueabihf
- binutils-arm-linux-gnueabihf # - binutils-arm-linux-gnueabihf
- libc6-armhf-cross # - libc6-armhf-cross
- libc6-dev-armhf-cross # - libc6-dev-armhf-cross
# For generating man page. # # For generating man page.
- libxslt1-dev # - libxslt1-dev
- asciidoc # - asciidoc
- docbook-xsl # - docbook-xsl
- xsltproc # - xsltproc
- libxml2-utils # - libxml2-utils
# Beta channel. We enable these to make sure there are no regressions in # Beta channel. We enable these to make sure there are no regressions in
# Rust beta releases. # Rust beta releases.
- os: linux - os: linux
@ -68,22 +68,22 @@ matrix:
- os: linux - os: linux
rust: 1.35.0 rust: 1.35.0
env: TARGET=x86_64-unknown-linux-musl env: TARGET=x86_64-unknown-linux-musl
- os: linux #- os: linux
rust: 1.35.0 # rust: 1.35.0
env: TARGET=arm-unknown-linux-gnueabihf GCC_VERSION=4.8 # env: TARGET=arm-unknown-linux-gnueabihf GCC_VERSION=4.8
addons: # addons:
apt: # apt:
packages: # packages:
- gcc-4.8-arm-linux-gnueabihf # - gcc-4.8-arm-linux-gnueabihf
- binutils-arm-linux-gnueabihf # - binutils-arm-linux-gnueabihf
- libc6-armhf-cross # - libc6-armhf-cross
- libc6-dev-armhf-cross # - libc6-dev-armhf-cross
# For generating man page. # # For generating man page.
- libxslt1-dev # - libxslt1-dev
- asciidoc # - asciidoc
- docbook-xsl # - docbook-xsl
- xsltproc # - xsltproc
- libxml2-utils # - libxml2-utils
install: ci/install.sh install: ci/install.sh
script: ci/script.sh script: ci/script.sh
before_deploy: ci/before_deploy.sh before_deploy: ci/before_deploy.sh