Skip to content

Commit 0493c99

Browse files
committed
Move compiletest test run to mingw-check builder
This way, checktools.sh continues to be used only for tools that are published later on.
1 parent 2d2435b commit 0493c99

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/ci/docker/mingw-check/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ RUN sh /scripts/sccache.sh
2121

2222
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
2323
ENV SCRIPT python2.7 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
24-
python2.7 ../x.py build --stage 0 src/tools/build-manifest
24+
python2.7 ../x.py build --stage 0 src/tools/build-manifest && \
25+
python2.7 ../x.py test --stage 0 src/tools/compiletest

src/ci/docker/x86_64-gnu-tools/checktools.sh

-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ python2.7 "$X_PY" test --no-fail-fast \
3737
src/tools/rls \
3838
src/tools/rustfmt \
3939
src/tools/miri \
40-
src/tools/compiletest
41-
42-
# Note that compiletest here is an exception from the other tools.
43-
# We are only executing the unit tests of it. We don't need to track the
44-
# toolstate because it's not distributed as a tool like the other items.
4540

4641
set -e
4742

0 commit comments

Comments
 (0)