Skip to content

Commit 7873552

Browse files
committed
ci: just run stage 2 run-make in `x86_64-gnu-debug
Don't even build a full stage 2, and don't exclude tests with `--test-args=clang`.
1 parent 7ed1a51 commit 7873552

File tree

1 file changed

+1
-2
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-debug

1 file changed

+1
-2
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ ENV RUST_CONFIGURE_ARGS \
5353
# Currently we only run the subset of tests with "clang" in their name.
5454

5555
ENV SCRIPT \
56-
python3 ../x.py --stage 2 build && \
57-
python3 ../x.py --stage 2 test tests/run-make --test-args clang
56+
python3 ../x.py --stage 2 test tests/run-make

0 commit comments

Comments
 (0)