Change GCC using CC not CC_X and remove armv7-unknown-linux-gnueabihf target

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

View file

@ -16,9 +16,7 @@ matrix:
# Linux
- env: TARGET=arm-unknown-linux-gnueabi
rust: nightly
- env: TARGET=armv7-unknown-linux-gnueabihf
rust: nightly
- env: TARGET=x86_64-unknown-linux-gnu CC_X=gcc-7
- env: TARGET=x86_64-unknown-linux-gnu CC=gcc-7
rust: nightly
addons:
apt: