Skip to content

Commit 2970ae5

Browse files
cuviperehuss
andauthored
Fix ENV quotes in aarch64-gnu/Dockerfile
Co-authored-by: Eric Huss <[email protected]>
1 parent 814c196 commit 2970ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-aarch64/aarch64-gnu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ ENV RUST_CONFIGURE_ARGS \
2828
--enable-compiler-docs
2929
# FIXME: Skipping cargo panic_abort_doc_tests due to https://github.com/rust-lang/rust/issues/123733
3030
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

Comments
 (0)