You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,6 @@ ENV RUST_CONFIGURE_ARGS \
26
26
--enable-sanitizers \
27
27
--enable-profiler \
28
28
--enable-compiler-docs
29
-
ENV SCRIPT python3 ../x.py --stage 2 test
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"
0 commit comments