Skip to content

Commit 9ee5459

Browse files
authored
Rollup merge of rust-lang#153528 - homersimpsons:chore/fix-LegacyKeyValueFormat-mips, r=marcoieni
Fix LegacyKeyValueFormat report from docker build: mips Part of rust-lang#152305 r? @marcoieni
2 parents 4f6837e + 8203411 commit 9ee5459

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/ci/docker/host-x86_64/dist-mips-linux/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ ENV \
2626

2727
ENV HOSTS=mips-unknown-linux-gnu
2828

29-
ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
30-
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS
29+
ENV RUST_CONFIGURE_ARGS="--enable-extended --disable-docs"
30+
ENV SCRIPT="python3 ../x.py dist --host $HOSTS --target $HOSTS"

src/ci/docker/host-x86_64/dist-mips64-linux/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ ENV \
2626

2727
ENV HOSTS=mips64-unknown-linux-gnuabi64
2828

29-
ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
30-
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS
29+
ENV RUST_CONFIGURE_ARGS="--enable-extended --disable-docs"
30+
ENV SCRIPT="python3 ../x.py dist --host $HOSTS --target $HOSTS"

src/ci/docker/host-x86_64/dist-mips64el-linux/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ ENV \
2626

2727
ENV HOSTS=mips64el-unknown-linux-gnuabi64
2828

29-
ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
30-
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS
29+
ENV RUST_CONFIGURE_ARGS="--enable-extended --disable-docs"
30+
ENV SCRIPT="python3 ../x.py dist --host $HOSTS --target $HOSTS"

src/ci/docker/host-x86_64/dist-mipsel-linux/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ ENV \
2626

2727
ENV HOSTS=mipsel-unknown-linux-gnu
2828

29-
ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
30-
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS
29+
ENV RUST_CONFIGURE_ARGS="--enable-extended --disable-docs"
30+
ENV SCRIPT="python3 ../x.py dist --host $HOSTS --target $HOSTS"

0 commit comments

Comments
 (0)