Skip to content

Commit a2ae034

Browse files
committed
comment
1 parent 2bed3e6 commit a2ae034

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ci/docker/host-x86_64/i686-gnu-nopt/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu --disable-optimize-tests
3030
ARG SCRIPT_ARG
3131
ENV 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
3334
ENV SCRIPT=${SCRIPT_ARG:-$DEFAULT_SCRIPT}

src/ci/docker/host-x86_64/i686-gnu/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
3536
ENV SCRIPT=${SCRIPT_ARG:-$DEFAULT_SCRIPT}

0 commit comments

Comments
 (0)