File tree 2 files changed +1
-1
lines changed
ci/docker/host-x86_64/dist-x86_64-linux
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ extended = true
11
11
# Most users installing from source want to build all parts of the project from source.
12
12
[llvm ]
13
13
download-ci-llvm = false
14
- libzstd = if linux { true } else { false }
15
14
[rust ]
16
15
# We have several defaults in bootstrap that depend on whether the channel is `dev` (e.g. `omit-git-hash` and `download-ci-llvm`).
17
16
# 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 \
83
83
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
84
84
--set llvm.thin-lto=true \
85
85
--set llvm.ninja=false \
86
+ --set llvm.libzstd=true \
86
87
--set rust.jemalloc \
87
88
--set rust.use-lld=true \
88
89
--set rust.lto=thin \
You can’t perform that action at this time.
0 commit comments