File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313env :
1414 CARGO_TERM_COLOR : always
1515 CARGO_NET_GIT_FETCH_WITH_CLI : true
16- MAIN_LLVM_VERSION : 18
16+ MAIN_LLVM_VERSION : 21
1717
1818concurrency :
1919 group : ${{ github.workflow }}-${{ github.ref }}
@@ -187,7 +187,7 @@ jobs:
187187 - name : Check each feature
188188 # Skipping `python` as it has to be built with the `maturin` tool
189189 # `sancov_pcguard_edges` is tested seperatelyc
190- run : LLVM_VERSION=18 CI_INSTANCES=18 cargo run --manifest-path ./utils/ci_splitter/Cargo.toml -- ${{ matrix.instance_idx }}
190+ run : LLVM_VERSION=21 CI_INSTANCES=21 cargo run --manifest-path ./utils/ci_splitter/Cargo.toml -- ${{ matrix.instance_idx }}
191191
192192# idk why bindgen generates a corrupted file only on CI.
193193# ubuntu-concolic:
@@ -222,7 +222,7 @@ jobs:
222222 cargo-fmt :
223223 runs-on : ubuntu-24.04
224224 env :
225- MAIN_LLVM_VERSION : 20
225+ MAIN_LLVM_VERSION : 21
226226 steps :
227227 - uses : actions/checkout@v4
228228 - uses : dtolnay/rust-toolchain@nightly
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ RUN rustup target add aarch64-unknown-linux-gnu
2929RUN rustup target add i686-unknown-linux-gnu
3030RUN rustup target add powerpc-unknown-linux-gnu
3131
32- # Install clang 18 , common build tools
33- ENV LLVM_VERSION=18
32+ # Install clang 21 , common build tools
33+ ENV LLVM_VERSION=21
3434ENV LLVM_CONFIG=llvm-config-${LLVM_VERSION}
3535RUN dpkg --add-architecture i386
3636RUN apt-get update && \
You can’t perform that action at this time.
0 commit comments