]> git.lizzy.rs Git - rust.git/blobdiff - ci.sh
we don't need unstable options
[rust.git] / ci.sh
diff --git a/ci.sh b/ci.sh
index e7c6ed833c60c4b60bed064f5128570375a5f70b..8c63a57a4f490a6727061871ac79bc085ffcb45f 100755 (executable)
--- a/ci.sh
+++ b/ci.sh
@@ -5,11 +5,11 @@ set -x
 # Determine configuration
 export RUSTFLAGS="-D warnings"
 export CARGO_INCREMENTAL=0
-export CARGO_EXTRA_FLAGS="--all-features" # in particular, expensive-debug-assertions
+export CARGO_EXTRA_FLAGS="--all-features"
 
 # Prepare
 echo "Build and install miri"
-CARGO_EXTRA_FLAGS="" ./miri install # implicitly locked -- and the *installed* Miri does *not* get the expensive-debug-assertions feature
+./miri install # implicitly locked
 ./miri build --all-targets --locked # the build that all the `./miri test` below will use
 echo