about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-02-02 19:45:17 +0100
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-10-27 11:56:36 +0000
commita58327dc014dabac8d69b9602011fee75d201815 (patch)
tree955874e78393d19c1e25425bfac254940c20bbca /src/ci
parent54e57e66ffb8ef4f97916d46f40ddcb464fc8be3 (diff)
downloadrust-a58327dc014dabac8d69b9602011fee75d201815.tar.gz
rust-a58327dc014dabac8d69b9602011fee75d201815.zip
Distribute cg_clif as a rustup component
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/run.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index abeff7b837d..17ce7a807b6 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -104,6 +104,8 @@ if [ "$DEPLOY$DEPLOY_ALT" = "1" ]; then
     RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-assertions"
     RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.verify-llvm-ir"
   fi
+
+  RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.codegen-backends=llvm,cranelift"
 else
   # We almost always want debug assertions enabled, but sometimes this takes too
   # long for too little benefit, so we just turn them off.
@@ -124,7 +126,6 @@ else
 
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.verify-llvm-ir"
 
-  # Test the Cranelift backend in on CI, but don't ship it.
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.codegen-backends=llvm,cranelift"
 
   # We enable this for non-dist builders, since those aren't trying to produce