We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test-various
1 parent bf7ea0d commit bd5a0f9Copy full SHA for bd5a0f9
src/ci/docker/host-x86_64/test-various/Dockerfile
@@ -41,10 +41,6 @@ WORKDIR /
41
COPY scripts/sccache.sh /scripts/
42
RUN sh /scripts/sccache.sh
43
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
-
48
ENV RUST_CONFIGURE_ARGS \
49
--musl-root-x86_64=/usr/local/x86_64-linux-musl \
50
--set build.nodejs=/node-v15.14.0-linux-x64/bin/node \
0 commit comments