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:
|
env:
|
||||||
global:
|
global:
|
||||||
# TODO Update this to match the name of your project.
|
# TODO Update this to match the name of your project.
|
||||||
- CRATE_NAME=trust
|
- CRATE_NAME=bin
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -18,8 +18,14 @@ matrix:
|
||||||
rust: nightly
|
rust: nightly
|
||||||
- env: TARGET=armv7-unknown-linux-gnueabihf
|
- env: TARGET=armv7-unknown-linux-gnueabihf
|
||||||
rust: nightly
|
rust: nightly
|
||||||
- env: TARGET=x86_64-unknown-linux-gnu
|
- env: TARGET=x86_64-unknown-linux-gnu CC_X=gcc-7
|
||||||
rust: nightly
|
rust: nightly
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- gcc-7
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
- env: TARGET=x86_64-unknown-linux-musl
|
- env: TARGET=x86_64-unknown-linux-musl
|
||||||
rust: nightly
|
rust: nightly
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue