Skip to content

Commit bd5a0f9

Browse files
Use CI LLVM in test-various builder
It was disabled because it needs lld, but since 104748 was merged it is no longer needed.
1 parent bf7ea0d commit bd5a0f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ci/docker/host-x86_64/test-various/Dockerfile

-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ WORKDIR /
4141
COPY scripts/sccache.sh /scripts/
4242
RUN sh /scripts/sccache.sh
4343

44-
# We are disabling CI LLVM since this builder needs to build LLD, which is
45-
# currently unsupported when downloading pre-built LLVM.
46-
ENV NO_DOWNLOAD_CI_LLVM 1
47-
4844
ENV RUST_CONFIGURE_ARGS \
4945
--musl-root-x86_64=/usr/local/x86_64-linux-musl \
5046
--set build.nodejs=/node-v15.14.0-linux-x64/bin/node \

0 commit comments

Comments
 (0)