Allow x86_64-unknown-linux-gnu to fail (use x86_64-unknown-linux-musl or build yourself if you need a gcc build)

This commit is contained in:
Jordan Johnson-Doyle
2019-02-15 20:38:58 +00:00
parent 65fecc2674
commit d6fa8ad7b0

View File

@@ -17,13 +17,7 @@ matrix:
include:
# Linux
- env: TARGET=arm-unknown-linux-gnueabi
- env: TARGET=x86_64-unknown-linux-gnu CC=gcc-7
addons:
apt:
packages:
- gcc-7
sources:
- ubuntu-toolchain-r-test
- env: TARGET=x86_64-unknown-linux-gnu
- env: TARGET=x86_64-unknown-linux-musl
# OSX
@@ -37,6 +31,9 @@ matrix:
# Windows
- env: TARGET=x86_64-pc-windows-gnu
allow_failures:
- env: TARGET=x86_64-unknown-linux-gnu
before_install:
- set -e
- rustup self update