1
Fork 0

ci: test cargo on aarch64-gnu

This commit is contained in:
Josh Stone 2024-04-11 14:29:37 -07:00
parent df7daa815f
commit 814c19634d

View file

@ -26,4 +26,6 @@ ENV RUST_CONFIGURE_ARGS \
--enable-sanitizers \ --enable-sanitizers \
--enable-profiler \ --enable-profiler \
--enable-compiler-docs --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"