Skip to content

Commit 62cc806

Browse files
Rollup merge of #157154 - antoyo:fix/gcc-coretests-ci, r=GuillaumeGomez
Revert workaround used to select the gcc codegen in the coretests CI Now that #157007 is merged, this is not needed anymore. I made a test (see [here](#157154 (comment))) to make sure this still uses the GCC codegen. r? @Kobzol
2 parents 737cb2d + a0bf3a5 commit 62cc806

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/ci/docker/host-x86_64/x86_64-gnu-gcc-core-tests

src/ci/docker/host-x86_64/x86_64-gnu-gcc-core-tests/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ ENV RUST_CONFIGURE_ARGS="--build=x86_64-unknown-linux-gnu \
4343
--set llvm.libzstd=true"
4444
ENV SCRIPT="python3 ../x.py \
4545
--stage 1 \
46-
test library/coretests \
47-
--set rust.codegen-backends=[\\\"gcc\\\"]"
46+
test library/coretests"

0 commit comments

Comments
 (0)