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:
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue