Fix ENV quotes in aarch64-gnu/Dockerfile
Co-authored-by: Eric Huss <eric@huss.org>
This commit is contained in:
parent
814c19634d
commit
2970ae5a6b
1 changed files with 1 additions and 1 deletions
|
@ -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\"
|
||||
|
|
Loading…
Add table
Reference in a new issue