diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-11-06 10:39:53 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-11-06 13:47:03 +0100 |
| commit | da46996662150b7098063a64196dba15949329ed (patch) | |
| tree | 43c3735ce9affd2ca2f8148a9acd81a14203f0d7 /ci/ci-rust-script.sh | |
| parent | 93c2cd0add3208ecc70e78986491c12ff8009fc4 (diff) | |
| download | mullvadvpn-da46996662150b7098063a64196dba15949329ed.tar.xz mullvadvpn-da46996662150b7098063a64196dba15949329ed.zip | |
Export RUSTFLAGS so they are respected
Diffstat (limited to 'ci/ci-rust-script.sh')
| -rwxr-xr-x | ci/ci-rust-script.sh | 2 |
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 "" |
