We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run-make
1 parent e641b6c commit 0ccc62aCopy full SHA for 0ccc62a
src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile
@@ -49,9 +49,7 @@ ENV RUST_CONFIGURE_ARGS \
49
# (without necessarily testing the result).
50
# - That the tests with `//@ needs-force-clang-based-tests` pass, since they
51
# don't run by default unless RUSTBUILD_FORCE_CLANG_BASED_TESTS is set.
52
-# - FIXME(https://github.com/rust-lang/rust/pull/126155#issuecomment-2156314273):
53
-# Currently we only run the subset of tests with "clang" in their name.
54
55
ENV SCRIPT \
56
python3 ../x.py --stage 2 build && \
57
- python3 ../x.py --stage 2 test tests/run-make --test-args clang
+ python3 ../x.py --stage 2 test tests/run-make
0 commit comments