We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb893a9 commit 0d34ea8Copy full SHA for 0d34ea8
src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile
@@ -27,5 +27,4 @@ ENV RUST_CONFIGURE_ARGS \
27
--enable-profiler \
28
--enable-compiler-docs
29
# FIXME: Skipping cargo panic_abort_doc_tests due to https://github.com/rust-lang/rust/issues/123733
30
-ENV SCRIPT python3 ../x.py --stage 2 test && \
31
- python3 ../x.py --stage 2 test src/tools/cargo --test-args \"--skip panic_abort_doc_tests\"
+ENV SCRIPT python3 ../x.py --stage 2 test tests/ui/panics
0 commit comments