Skip to content

Commit 4ff5147

Browse files
Rollup merge of #153527 - homersimpsons:chore/fix-LegacyKeyValueFormat-ohos, r=marcoieni
Fix LegacyKeyValueFormat report from docker build: ohos Part of #152305 r? @marcoieni
2 parents d4630f1 + 58652d5 commit 4ff5147

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

src/ci/docker/host-x86_64/dist-ohos-aarch64/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ ENV \
4040
AR_aarch64_unknown_linux_ohos=/opt/ohos-sdk/native/llvm/bin/llvm-ar \
4141
CXX_aarch64_unknown_linux_ohos=/usr/local/bin/aarch64-unknown-linux-ohos-clang++.sh
4242

43-
ENV RUST_CONFIGURE_ARGS \
44-
--enable-profiler \
43+
ENV RUST_CONFIGURE_ARGS="--enable-profiler \
4544
--disable-docs \
4645
--tools=cargo,clippy,rustdocs,rustfmt,rust-analyzer,rust-analyzer-proc-macro-srv,analysis,src,wasm-component-ld \
4746
--enable-extended \
48-
--enable-sanitizers
47+
--enable-sanitizers"
4948

50-
ENV SCRIPT python3 ../x.py dist --host=$TARGETS --target $TARGETS
49+
ENV SCRIPT="python3 ../x.py dist --host=$TARGETS --target $TARGETS"
5150

5251
COPY scripts/sccache.sh /scripts/
5352
RUN sh /scripts/sccache.sh

src/ci/docker/host-x86_64/dist-ohos-x86_64/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ ENV \
4040
AR_x86_64_unknown_linux_ohos=/opt/ohos-sdk/native/llvm/bin/llvm-ar \
4141
CXX_x86_64_unknown_linux_ohos=/usr/local/bin/x86_64-unknown-linux-ohos-clang++.sh
4242

43-
ENV RUST_CONFIGURE_ARGS \
44-
--enable-profiler \
43+
ENV RUST_CONFIGURE_ARGS="--enable-profiler \
4544
--disable-docs \
4645
--tools=cargo,clippy,rustdocs,rustfmt,rust-analyzer,rust-analyzer-proc-macro-srv,analysis,src,wasm-component-ld \
4746
--enable-extended \
48-
--enable-sanitizers
47+
--enable-sanitizers"
4948

50-
ENV SCRIPT python3 ../x.py dist --host=$TARGETS --target $TARGETS
49+
ENV SCRIPT="python3 ../x.py dist --host=$TARGETS --target $TARGETS"
5150

5251
COPY scripts/sccache.sh /scripts/
5352
RUN sh /scripts/sccache.sh

0 commit comments

Comments
 (0)