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:
parent
65fecc2674
commit
d6fa8ad7b0
1 changed files with 4 additions and 7 deletions
11
.travis.yml
11
.travis.yml
|
@ -17,13 +17,7 @@ matrix:
|
||||||
include:
|
include:
|
||||||
# Linux
|
# Linux
|
||||||
- env: TARGET=arm-unknown-linux-gnueabi
|
- env: TARGET=arm-unknown-linux-gnueabi
|
||||||
- env: TARGET=x86_64-unknown-linux-gnu CC=gcc-7
|
- env: TARGET=x86_64-unknown-linux-gnu
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- gcc-7
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
- env: TARGET=x86_64-unknown-linux-musl
|
- env: TARGET=x86_64-unknown-linux-musl
|
||||||
|
|
||||||
# OSX
|
# OSX
|
||||||
|
@ -37,6 +31,9 @@ matrix:
|
||||||
# Windows
|
# Windows
|
||||||
- env: TARGET=x86_64-pc-windows-gnu
|
- env: TARGET=x86_64-pc-windows-gnu
|
||||||
|
|
||||||
|
allow_failures:
|
||||||
|
- env: TARGET=x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- set -e
|
- set -e
|
||||||
- rustup self update
|
- rustup self update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue