about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2022-07-24 08:52:08 -0700
committerJubilee Young <workingjubilee@gmail.com>2022-07-24 08:52:08 -0700
commitdda53383d9d932d5d55543c9f0bda7abc6b3241a (patch)
tree7025d9d58c5bed9c653ba332795b47f54bd50658 /src/ci/docker
parentb4151a41a0b275dee59ffbbc115e7bfc5be8a8c3 (diff)
downloadrust-dda53383d9d932d5d55543c9f0bda7abc6b3241a.tar.gz
rust-dda53383d9d932d5d55543c9f0bda7abc6b3241a.zip
Revert "Revert "Use ICF (identical code folding) for building rustc""
This reverts commit rust-lang/rust@45575d23f316af7476ccd0a895234ac59c47a6be,
thereby enabling identical code folding again.
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile b/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
index ab6c888030e..f262bc3c7d8 100644
--- a/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
+++ b/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -122,7 +122,8 @@ ENV RUST_CONFIGURE_ARGS \
       --set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
       --set llvm.thin-lto=true \
       --set llvm.ninja=false \
-      --set rust.jemalloc
+      --set rust.jemalloc \
+      --set rust.use-lld=true
 ENV SCRIPT ../src/ci/pgo.sh python3 ../x.py dist \
     --host $HOSTS --target $HOSTS \
     --include-default-paths \