Skip to content

Commit

Permalink
Move compiletest test run to mingw-check builder
Browse files Browse the repository at this point in the history
This way, checktools.sh continues to be used only for tools that are
published later on.
  • Loading branch information
phansch committed Dec 20, 2018
1 parent 2d2435b commit 0493c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/ci/docker/mingw-check/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ RUN sh /scripts/sccache.sh

ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
ENV SCRIPT python2.7 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
python2.7 ../x.py build --stage 0 src/tools/build-manifest
python2.7 ../x.py build --stage 0 src/tools/build-manifest && \
python2.7 ../x.py test --stage 0 src/tools/compiletest
5 changes: 0 additions & 5 deletions src/ci/docker/x86_64-gnu-tools/checktools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ python2.7 "$X_PY" test --no-fail-fast \
src/tools/rls \
src/tools/rustfmt \
src/tools/miri \
src/tools/compiletest

# Note that compiletest here is an exception from the other tools.
# We are only executing the unit tests of it. We don't need to track the
# toolstate because it's not distributed as a tool like the other items.

set -e

Expand Down

0 comments on commit 0493c99

Please sign in to comment.