Skip to content

Commit 048e546

Browse files
committed
ci: set IS_NOT_LATEST_LLVM for llvm-16
1 parent 5f86fe9 commit 048e546

File tree

1 file changed

+4
-0
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-llvm-16

1 file changed

+4
-0
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-llvm-16/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ RUN sh /scripts/sccache.sh
3838
# LLVM, rather than the typical src/llvm-project LLVM.
3939
ENV NO_DOWNLOAD_CI_LLVM 1
4040

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+
4145
# Using llvm-link-shared due to libffi issues -- see #34486
4246
ENV RUST_CONFIGURE_ARGS \
4347
--build=x86_64-unknown-linux-gnu \

0 commit comments

Comments
 (0)