We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f86fe9 commit 048e546Copy full SHA for 048e546
src/ci/docker/host-x86_64/x86_64-gnu-llvm-16/Dockerfile
@@ -38,6 +38,10 @@ RUN sh /scripts/sccache.sh
38
# LLVM, rather than the typical src/llvm-project LLVM.
39
ENV NO_DOWNLOAD_CI_LLVM 1
40
41
+# This is not the latest LLVM version, so some components required by tests may
42
+# be missing.
43
+ENV IS_NOT_LATEST_LLVM 1
44
+
45
# Using llvm-link-shared due to libffi issues -- see #34486
46
ENV RUST_CONFIGURE_ARGS \
47
--build=x86_64-unknown-linux-gnu \
0 commit comments