We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814c196 commit 2970ae5Copy full SHA for 2970ae5
src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile
@@ -28,4 +28,4 @@ ENV RUST_CONFIGURE_ARGS \
28
--enable-compiler-docs
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"
+ python3 ../x.py --stage 2 test src/tools/cargo --test-args \"--skip panic_abort_doc_tests\"
0 commit comments