We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aarch64-gnu
1 parent df7daa8 commit 91d035eCopy full SHA for 91d035e
src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile
@@ -26,4 +26,7 @@ ENV RUST_CONFIGURE_ARGS \
26
--enable-sanitizers \
27
--enable-profiler \
28
--enable-compiler-docs
29
-ENV SCRIPT python3 ../x.py --stage 2 test
+# 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/cargotest && \
32
+ python3 ../x.py --stage 2 test src/tools/cargo --test-args "--skip panic_abort_doc_tests"
0 commit comments