gitlabci: Add needed ENV vars.

abc8fb988f uses an feature of rayon
that's behind a compile time flag.
This commit is contained in:
Jordan Petridis
2018-04-18 07:06:17 +03:00
parent abc8fb988f
commit 18820202d7
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
export CARGO_HOME=$1/target/cargo-home
export RUSTFLAGS=--cfg rayon_unstable
export RUSTFLAGS="--cfg rayon_unstable"
cargo build --release -p hammond-gtk && cp $1/target/release/hammond-gtk $2