diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-02-02 19:45:17 +0100 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-27 11:56:36 +0000 |
| commit | a58327dc014dabac8d69b9602011fee75d201815 (patch) | |
| tree | 955874e78393d19c1e25425bfac254940c20bbca /src/ci | |
| parent | 54e57e66ffb8ef4f97916d46f40ddcb464fc8be3 (diff) | |
| download | rust-a58327dc014dabac8d69b9602011fee75d201815.tar.gz rust-a58327dc014dabac8d69b9602011fee75d201815.zip | |
Distribute cg_clif as a rustup component
Diffstat (limited to 'src/ci')
| -rwxr-xr-x | src/ci/run.sh | 3 |
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 |
