Fix ENV quotes in aarch64-gnu/Dockerfile

Co-authored-by: Eric Huss <eric@huss.org>
This commit is contained in:
Josh Stone 2024-04-14 10:42:59 -07:00 committed by GitHub
parent 814c19634d
commit 2970ae5a6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,4 +28,4 @@ ENV RUST_CONFIGURE_ARGS \
--enable-compiler-docs
# 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"
python3 ../x.py --stage 2 test src/tools/cargo --test-args \"--skip panic_abort_doc_tests\"