File tree 2 files changed +4
-2
lines changed
src/ci/docker/host-x86_64
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ ENV RUST_CONFIGURE_ARGS \
54
54
--build=x86_64-unknown-linux-gnu \
55
55
--llvm-root=/usr/lib/llvm-17 \
56
56
--enable-llvm-link-shared \
57
- --set rust.thin-lto-import-instr-limit=10
57
+ --set rust.thin-lto-import-instr-limit=10 \
58
+ --set rust.lld=false
58
59
59
60
COPY host-x86_64/dist-x86_64-linux/shared.sh /scripts/
60
61
COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ ENV RUST_CONFIGURE_ARGS \
51
51
--build=x86_64-unknown-linux-gnu \
52
52
--llvm-root=/usr/lib/llvm-18 \
53
53
--enable-llvm-link-shared \
54
- --set rust.thin-lto-import-instr-limit=10
54
+ --set rust.thin-lto-import-instr-limit=10 \
55
+ --set rust.lld=false
55
56
56
57
COPY host-x86_64/dist-x86_64-linux/shared.sh /scripts/
57
58
COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
You can’t perform that action at this time.
0 commit comments