about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2023-10-28 12:26:40 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2023-11-02 21:03:27 +0100
commitc6ace5c564eae4254a39deb7ed834ad739e6e010 (patch)
tree452dc3d0423368f8ad86cb8302a38a8a5e0b16bf /src/ci
parentb20f40dba9feabf4b446d9b09d15996f0c046eff (diff)
downloadrust-c6ace5c564eae4254a39deb7ed834ad739e6e010.tar.gz
rust-c6ace5c564eae4254a39deb7ed834ad739e6e010.zip
Run rustc_codegen_gcc tests in the CI
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 9a63bb5c91c..0500d36e462 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -127,7 +127,7 @@ else
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.verify-llvm-ir"
 
   # Test the Cranelift backend in CI. Bootstrap knows which targets to run tests on.
-  RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.codegen-backends=llvm,cranelift"
+  RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.codegen-backends=llvm,cranelift,gcc"
 
   # We enable this for non-dist builders, since those aren't trying to produce
   # fresh binaries. We currently don't entirely support distributing a fresh