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.
This commit is contained in:
parent
008ed188ce
commit
b923306913
@ -597,7 +597,6 @@ version = "0.28.0"
|
||||
dependencies = [
|
||||
"curl",
|
||||
"failure",
|
||||
"http",
|
||||
"percent-encoding 2.0.0",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
|
@ -32,7 +32,6 @@ RUN sh /scripts/sccache.sh
|
||||
ENV RUST_CONFIGURE_ARGS \
|
||||
--musl-root-i586=/musl-i586 \
|
||||
--musl-root-i686=/musl-i686 \
|
||||
--enable-extended \
|
||||
--disable-docs
|
||||
|
||||
# Newer binutils broke things on some vms/distros (i.e., linking against
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 3596cb86b2e87dd9b9c1bb90d4a9d73ec2c1512f
|
||||
Subproject commit b6c6f685b38d523580813b0031677c2298f458ea
|
Loading…
x
Reference in New Issue
Block a user