Skip to content

Commit b923306

Browse files
committed
Remove --enable-extended from cross dist builder
Shouldn't have an effect on produced artifacts and otherwise is causing issues where `-Zsave-analysis` is passed during tests but fails compilation.
1 parent 008ed18 commit b923306

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ version = "0.28.0"
597597
dependencies = [
598598
"curl",
599599
"failure",
600-
"http",
601600
"percent-encoding 2.0.0",
602601
"serde",
603602
"serde_derive",

src/ci/docker/dist-i586-gnu-i586-i686-musl/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ RUN sh /scripts/sccache.sh
3232
ENV RUST_CONFIGURE_ARGS \
3333
--musl-root-i586=/musl-i586 \
3434
--musl-root-i686=/musl-i686 \
35-
--enable-extended \
3635
--disable-docs
3736

3837
# Newer binutils broke things on some vms/distros (i.e., linking against

0 commit comments

Comments
 (0)