File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2222COPY scripts/sccache.sh /scripts/
2323RUN sh /scripts/sccache.sh
2424
25- RUN mkdir -p /config
26- RUN echo "[rust]" > /config/nopt-std-config.toml
27- RUN echo "optimize = false" >> /config/nopt-std-config.toml
28-
2925ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu --disable-optimize-tests
3026ARG SCRIPT_ARG
3127COPY scripts/stage_2_test_set1.sh /scripts/
Original file line number Diff line number Diff line change @@ -22,12 +22,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2222COPY scripts/sccache.sh /scripts/
2323RUN sh /scripts/sccache.sh
2424
25- RUN mkdir -p /config
26- RUN echo "[rust]" > /config/nopt-std-config.toml
27- RUN echo "optimize = false" >> /config/nopt-std-config.toml
28-
2925ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu \
3026 --disable-optimize-tests \
3127 --set rust.test-compare-mode
32- ENV SCRIPT python3 ../x.py test --stage 1 --config /config/nopt-std-config.toml library/std \
28+ ENV SCRIPT python3 ../x.py test --stage 1 --set rust.optimize=false library/std \
3329 && python3 ../x.py --stage 2 test
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ auto:
300300 env :
301301 IMAGE : i686-gnu-nopt
302302 DOCKER_SCRIPT : >-
303- python3 ../x.py test --stage 1 --config /config/nopt-std-config.toml library/std &&
303+ python3 ../x.py test --stage 1 --set rust.optimize=false library/std &&
304304 /scripts/stage_2_test_set2.sh
305305 << : *job-linux-4c
306306
You can’t perform that action at this time.
0 commit comments