]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/docker/dist-i586-gnu-i686-musl/Dockerfile
Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcv
[rust.git] / src / ci / docker / dist-i586-gnu-i686-musl / Dockerfile
index d2727cbdb3508b35a5a8cc223597397fbed9bacd..1ef3e569cb4bf15c85305e90adeb7b6bd74d9a13 100644 (file)
@@ -31,7 +31,8 @@ RUN curl -o /usr/local/bin/sccache \
 
 ENV RUST_CONFIGURE_ARGS \
       --target=i686-unknown-linux-musl,i586-unknown-linux-gnu \
-      --musl-root-i686=/musl-i686
+      --musl-root-i686=/musl-i686 \
+      --enable-extended
 
 # Newer binutils broke things on some vms/distros (i.e., linking against
 # unknown relocs disabled by the following flag), so we need to go out of our