Skip to content

Commit ec302a2

Browse files
committed
Fixup some previous configuration errors.
1 parent 4a7c072 commit ec302a2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ environment:
2828
# MSVC tools tests
2929
- MSYS_BITS: 64
3030
SCRIPT: src/ci/docker/x86_64-gnu-tools/checktools.sh x.py toolstates.json
31-
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --save-toolstates=toolstates.json
31+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --save-toolstates=toolstates.json --enable-test-miri
3232

3333
# 32/64-bit MinGW builds.
3434
#

src/ci/docker/x86_64-gnu-aux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121
COPY scripts/sccache.sh /scripts/
2222
RUN sh /scripts/sccache.sh
2323

24-
ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu --enable-test-miri
24+
ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu
2525
ENV RUST_CHECK_TARGET check-aux

src/ci/docker/x86_64-gnu-tools/Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ RUN sh /scripts/sccache.sh
1919

2020
COPY x86_64-gnu-tools/checktools.sh /tmp/
2121

22-
ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu --save-toolstates=/tmp/toolstates.json
22+
ENV RUST_CONFIGURE_ARGS \
23+
--build=x86_64-unknown-linux-gnu \
24+
--enable-test-miri \
25+
--save-toolstates=/tmp/toolstates.json
2326
ENV SCRIPT /tmp/checktools.sh ../x.py /tmp/toolstates.json

0 commit comments

Comments
 (0)