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 91d035e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 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,7 @@ 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/cargotest && \
python3 ../x.py --stage 2 test src/tools/cargo --test-args "--skip panic_abort_doc_tests"

0 comments on commit 91d035e

Please sign in to comment.