Use gcc-7 for building on gnu so ring compiles
This commit is contained in:
parent
fef8bc2bbc
commit
a7934316ab
1 changed files with 8 additions and 2 deletions
10
.travis.yml
10
.travis.yml
|
@ -9,7 +9,7 @@ sudo: required
|
|||
env:
|
||||
global:
|
||||
# TODO Update this to match the name of your project.
|
||||
- CRATE_NAME=trust
|
||||
- CRATE_NAME=bin
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
@ -18,8 +18,14 @@ matrix:
|
|||
rust: nightly
|
||||
- env: TARGET=armv7-unknown-linux-gnueabihf
|
||||
rust: nightly
|
||||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
- env: TARGET=x86_64-unknown-linux-gnu CC_X=gcc-7
|
||||
rust: nightly
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- gcc-7
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- env: TARGET=x86_64-unknown-linux-musl
|
||||
rust: nightly
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue