File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
ci/docker/host-x86_64/dist-x86_64-linux Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff 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 ]
1313download-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.
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments