about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-11-06 18:57:51 +0100
committerSimon Sapin <simon.sapin@exyr.org>2017-11-11 23:31:37 +0100
commit325a769a21b38d9e467e5629d3a5bbf16ca5ed1f (patch)
treeaac92639cc79b0089226dc82aea20943da1031d6 /src/ci
parent74be072068737ae3ef30be66e34c1569cf652652 (diff)
downloadrust-325a769a21b38d9e467e5629d3a5bbf16ca5ed1f.tar.gz
rust-325a769a21b38d9e467e5629d3a5bbf16ca5ed1f.zip
Disable LLVM assertions on Nightly, enable them in "alt" builds.
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index b4fa033c4a6..deea4fec4dc 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -49,7 +49,7 @@ if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
   if [ "$NO_LLVM_ASSERTIONS" = "1" ]; then
     RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-llvm-assertions"
   elif [ "$DEPLOY_ALT" != "" ]; then
-    RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-llvm-assertions"
+    RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-assertions"
   fi
 else
   # We almost always want debug assertions enabled, but sometimes this takes too