summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-11-06 10:39:53 +0100
committerLinus Färnstrand <linus@mullvad.net>2019-11-06 13:47:03 +0100
commitda46996662150b7098063a64196dba15949329ed (patch)
tree43c3735ce9affd2ca2f8148a9acd81a14203f0d7
parent93c2cd0add3208ecc70e78986491c12ff8009fc4 (diff)
downloadmullvadvpn-da46996662150b7098063a64196dba15949329ed.tar.xz
mullvadvpn-da46996662150b7098063a64196dba15949329ed.zip
Export RUSTFLAGS so they are respected
-rwxr-xr-xci/ci-rust-script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ci-rust-script.sh b/ci/ci-rust-script.sh
index 1afeaefa8e..910b32f381 100755
--- a/ci/ci-rust-script.sh
+++ b/ci/ci-rust-script.sh
@@ -3,7 +3,7 @@
set -eux
RUST_TOOLCHAIN_CHANNEL=$1
-RUSTFLAGS="--deny unused_imports --deny dead_code"
+export RUSTFLAGS="--deny unused_imports --deny dead_code"
source env.sh ""