Skip to content

Commit 814c196

Browse files
committed
ci: test cargo on aarch64-gnu
1 parent df7daa8 commit 814c196

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ ENV RUST_CONFIGURE_ARGS \
2626
--enable-sanitizers \
2727
--enable-profiler \
2828
--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

Comments
 (0)