Skip to content

Commit 49cc81d

Browse files
committed
Use stage 1 check in pr-check-1 again
1 parent 263f202 commit 49cc81d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ ENV SCRIPT \
4848
python3 ../x.py build src/tools/build-manifest && \
4949
python3 ../x.py test --stage 0 src/tools/compiletest && \
5050
python3 ../x.py check compiletest --set build.compiletest-use-stage0-libtest=true && \
51-
# We use --stage 2 because we're cross-compiling
52-
python3 ../x.py check --stage 2 --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
51+
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
5352
python3 ../x.py check --set build.optimized-compiler-builtins=false core alloc std --target=aarch64-unknown-linux-gnu,i686-pc-windows-msvc,i686-unknown-linux-gnu,x86_64-apple-darwin,x86_64-pc-windows-gnu,x86_64-pc-windows-msvc && \
5453
/scripts/validate-toolstate.sh && \
5554
reuse --include-submodules lint && \

0 commit comments

Comments
 (0)