ci: set IS_NOT_LATEST_LLVM for llvm-16
This commit is contained in:
parent
5f86fe96d8
commit
048e54658a
@ -38,6 +38,10 @@ RUN sh /scripts/sccache.sh
|
|||||||
# LLVM, rather than the typical src/llvm-project LLVM.
|
# LLVM, rather than the typical src/llvm-project LLVM.
|
||||||
ENV NO_DOWNLOAD_CI_LLVM 1
|
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
|
# Using llvm-link-shared due to libffi issues -- see #34486
|
||||||
ENV RUST_CONFIGURE_ARGS \
|
ENV RUST_CONFIGURE_ARGS \
|
||||||
--build=x86_64-unknown-linux-gnu \
|
--build=x86_64-unknown-linux-gnu \
|
||||||
|
Loading…
Reference in New Issue
Block a user