Skip to content

Commit

Permalink
ci: test cargo on aarch64-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Apr 11, 2024
1 parent df7daa8 commit 814c196
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ ENV RUST_CONFIGURE_ARGS \
--enable-sanitizers \
--enable-profiler \
--enable-compiler-docs
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
ENV SCRIPT python3 ../x.py --stage 2 test && \
python3 ../x.py --stage 2 test src/tools/cargo --test-args "--skip panic_abort_doc_tests"

0 comments on commit 814c196

Please sign in to comment.