File tree 2 files changed +3
-2
lines changed
docker/host-x86_64/mingw-check
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
23
23
24
24
RUN curl -sL https://nodejs.org/dist/v16.9.0/node-v16.9.0-linux-x64.tar.xz | tar -xJ
25
25
ENV PATH="/node-v16.9.0-linux-x64/bin:${PATH}"
26
+ ENV RUST_CONFIGURE_ARGS="--set rust.validate-mir-opts=3"
27
+
26
28
# Install es-check
27
29
# Pin its version to prevent unrelated CI failures due to future es-check versions.
28
30
@@ -39,7 +41,7 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
39
41
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
40
42
ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
41
43
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu --all-targets && \
42
- python3 ../x.py build --stage 0 src/tools/build-manifest && \
44
+ python3 ../x.py build --stage 0 src/tools/build-manifest library/std && \
43
45
python3 ../x.py test --stage 0 src/tools/compiletest && \
44
46
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
45
47
# Build both public and internal documentation.
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
58
58
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-locked-deps"
59
59
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-cargo-native-static"
60
60
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set rust.codegen-units-std=1"
61
- RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set rust.validate-mir-opts=3"
62
61
63
62
# Only produce xz tarballs on CI. gz tarballs will be generated by the release
64
63
# process by recompressing the existing xz ones. This decreases the storage
You can’t perform that action at this time.
0 commit comments