Use gcc-7 for building on gnu so ring compiles

This commit is contained in:
Jordan Johnson-Doyle 2019-02-11 11:24:44 +00:00
parent fef8bc2bbc
commit a7934316ab
No known key found for this signature in database
GPG key ID: A95F87B578CE79B6

View file

@ -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