ci: test cargo on aarch64-gnu
This commit is contained in:
parent
df7daa815f
commit
814c19634d
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue