Disable CC defaults in hopes that it will fix cross-compilation.

This commit is contained in:
Nolan Darilek 2019-09-10 22:56:36 -05:00
parent d362529ca0
commit 5e3e9620e1

View File

@ -136,7 +136,7 @@ build: false
#directly or perform other testing commands. Rust will automatically be placed in the PATH #directly or perform other testing commands. Rust will automatically be placed in the PATH
# environment variable. # environment variable.
test_script: test_script:
- rustup default %channel%-%target% - set CRATE_CC_NO_DEFAULTS=1
- cargo build %cargoflags% - cargo build %cargoflags%
before_deploy: before_deploy: