You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,4 +28,4 @@ ENV RUST_CONFIGURE_ARGS \
28
28
--enable-compiler-docs
29
29
# FIXME: Skipping cargo panic_abort_doc_tests due to https://github.com/rust-lang/rust/issues/123733
30
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"
31
+
python3 ../x.py --stage 2 test src/tools/cargo --test-args \"--skip panic_abort_doc_tests\"
0 commit comments