Skip to content

Commit d04c746

Browse files
committed
Remove build --stage 0 from CI scripts
1 parent 381da22 commit d04c746

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ci/docker/host-x86_64/mingw-check-1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ COPY host-x86_64/mingw-check-1/validate-error-codes.sh /scripts/
4646
# We also skip the x86_64-unknown-linux-gnu target as it is well-tested by other jobs.
4747
ENV SCRIPT \
4848
/scripts/check-default-config-profiles.sh && \
49-
python3 ../x.py build --stage 0 src/tools/build-manifest && \
49+
python3 ../x.py build --stage 1 src/tools/build-manifest && \
5050
python3 ../x.py test --stage 0 src/tools/compiletest && \
5151
python3 ../x.py check compiletest --set build.compiletest-use-stage0-libtest=true && \
5252
python3 ../x.py check --stage 1 --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \

src/ci/docker/scripts/rfl-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LINUX_VERSION=v6.16-rc1
66

77
# Build rustc, rustdoc, cargo, clippy-driver and rustfmt
88
../x.py build --stage 2 library rustdoc clippy rustfmt
9-
../x.py build --stage 0 cargo
9+
../x.py build --stage 1 cargo
1010

1111
BUILD_DIR=$(realpath ./build/x86_64-unknown-linux-gnu)
1212

0 commit comments

Comments
 (0)