about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2023-10-19 10:49:38 -0700
committerJosh Stone <jistone@redhat.com>2023-10-19 10:49:38 -0700
commit048e54658a3e9485b2876052a3a5b8392f9f944a (patch)
treea87a9399a81b977760dbaa69d346d927a74a01cd /src/ci
parent5f86fe96d8de12ffc6d88a8a7e3df7a15b38c298 (diff)
ci: set IS_NOT_LATEST_LLVM for llvm-16
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/docker/host-x86_64/x86_64-gnu-llvm-16/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-16/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-16/Dockerfile
index 1e2b802e64e..c177e7387fc 100644
--- a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-16/Dockerfile
+++ b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-16/Dockerfile
@@ -38,6 +38,10 @@ RUN sh /scripts/sccache.sh
 # LLVM, rather than the typical src/llvm-project LLVM.
 ENV NO_DOWNLOAD_CI_LLVM 1
 
+# This is not the latest LLVM version, so some components required by tests may
+# be missing.
+ENV IS_NOT_LATEST_LLVM 1
+
 # Using llvm-link-shared due to libffi issues -- see #34486
 ENV RUST_CONFIGURE_ARGS \
       --build=x86_64-unknown-linux-gnu \