Skip to content

Commit aaafefa

Browse files
committed
Configure dist builder in the right spot.
1 parent 10a038c commit aaafefa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/bootstrap/defaults/config.dist.toml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ extended = true
1111
# Most users installing from source want to build all parts of the project from source.
1212
[llvm]
1313
download-ci-llvm = false
14-
libzstd = if linux { true } else { false }
1514
[rust]
1615
# We have several defaults in bootstrap that depend on whether the channel is `dev` (e.g. `omit-git-hash` and `download-ci-llvm`).
1716
# Make sure they don't get set when installing from source.

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

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ ENV RUST_CONFIGURE_ARGS \
8383
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
8484
--set llvm.thin-lto=true \
8585
--set llvm.ninja=false \
86+
--set llvm.libzstd=true \
8687
--set rust.jemalloc \
8788
--set rust.use-lld=true \
8889
--set rust.lto=thin \

0 commit comments

Comments
 (0)