File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -331,9 +331,9 @@ jobs:
331
331
<< : *job-linux-4c
332
332
333
333
- name : x86_64-gnu-llvm-15
334
- << : *job-linux-16c
335
334
env :
336
335
ENABLE_GCC_CODEGEN : " 1"
336
+ << : *job-linux-16c
337
337
338
338
- name : x86_64-gnu-tools
339
339
<< : *job-linux-16c
Original file line number Diff line number Diff line change @@ -128,10 +128,10 @@ else
128
128
129
129
if [[ " ${ENABLE_GCC_CODEGEN} " == " 1" ]]; then
130
130
# Test the Cranelift backend in CI. Bootstrap knows which targets to run tests on.
131
- RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set rust.codegen-backends=llvm,cranelift"
131
+ RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set rust.codegen-backends=llvm,cranelift,gcc "
132
132
else
133
133
# Test the Cranelift and GCC backends in CI. Bootstrap knows which targets to run tests on.
134
- RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set rust.codegen-backends=llvm,cranelift,gcc "
134
+ RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set rust.codegen-backends=llvm,cranelift"
135
135
fi
136
136
137
137
# We enable this for non-dist builders, since those aren't trying to produce
You can’t perform that action at this time.
0 commit comments