File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/ci/docker/host-x86_64 Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,5 @@ ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu --disable-optimize-tests
3030ARG SCRIPT_ARG
3131ENV DEFAULT_SCRIPT python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std \
3232 && python3 ../x.py --stage 2 test
33+ # Set SCRIPT to SCRIPT_ARG if defined, otherwise set SCRIPT to DEFAULT_SCRIPT
3334ENV SCRIPT=${SCRIPT_ARG:-$DEFAULT_SCRIPT}
Original file line number Diff line number Diff line change @@ -32,4 +32,5 @@ ENV DEFAULT_SCRIPT python3 ../x.py --stage 2 test \
3232 --skip tests/rustdoc-js \
3333 --skip src/tools/error_index_generator \
3434 --skip src/tools/linkchecker
35+ # Set SCRIPT to SCRIPT_ARG if defined, otherwise set SCRIPT to DEFAULT_SCRIPT
3536ENV SCRIPT=${SCRIPT_ARG:-$DEFAULT_SCRIPT}
You can’t perform that action at this time.
0 commit comments