File tree 5 files changed +7
-7
lines changed
docker/host-x86_64/x86_64-gnu-tools
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ jobs:
414
414
os : windows-latest-xl
415
415
- name : x86_64-msvc-tools
416
416
env :
417
- SCRIPT : src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py --stage 2 /tmp/toolstate/toolstates.json windows
417
+ SCRIPT : src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows
418
418
RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstate/toolstates.json"
419
419
os : windows-latest-xl
420
420
- name : i686-mingw-1
Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ Arguments:
425
425
This subcommand accepts a number of paths to tools to build and run. For
426
426
example:
427
427
428
- ./x.py run src/tool /expand-yaml-anchors
428
+ ./x.py run src/tools /expand-yaml-anchors
429
429
430
430
At least a tool needs to be called." ,
431
431
) ;
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ COPY host-x86_64/x86_64-gnu-tools/checktools.sh /tmp/
22
22
ENV RUST_CONFIGURE_ARGS \
23
23
--build=x86_64-unknown-linux-gnu \
24
24
--save-toolstates=/tmp/toolstate/toolstates.json
25
- ENV SCRIPT /tmp/checktools.sh ../x.py --stage 2
25
+ ENV SCRIPT /tmp/checktools.sh ../x.py
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ X_PY="$1"
7
7
# Try to test all the tools and store the build/test success in the TOOLSTATE_FILE
8
8
9
9
set +e
10
- python3 " $X_PY " test --no-fail-fast \
10
+ python3 " $X_PY " test --stage 2 -- no-fail-fast \
11
11
src/doc/book \
12
12
src/doc/nomicon \
13
13
src/doc/reference \
22
22
23
23
# debugging: print out the saved toolstates
24
24
cat /tmp/toolstate/toolstates.json
25
- python3 " $X_PY " test check-tools
26
- python3 " $X_PY " test src/tools/clippy
25
+ python3 " $X_PY " test --stage 2 check-tools
26
+ python3 " $X_PY " test --stage 2 src/tools/clippy
Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ jobs:
481
481
482
482
- name : x86_64-msvc-tools
483
483
env :
484
- SCRIPT : src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py --stage 2 /tmp/toolstate/toolstates.json windows
484
+ SCRIPT : src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows
485
485
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstate/toolstates.json
486
486
<< : *job-windows-xl
487
487
You can’t perform that action at this time.
0 commit comments