Skip to content

Commit ac4e23f

Browse files
committed
ci: Pin nightly toolchain for sanitizers to nightly-2024-03-13
1 parent 570c4e7 commit ac4e23f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ jobs:
256256
steps:
257257
- uses: taiki-e/checkout-action@v1
258258
- name: Install Rust
259-
run: rustup toolchain install nightly --component rust-src && rustup default nightly
259+
# TODO: LLVM bug https://github.com/rust-lang/rust/issues/122476
260+
run: rustup toolchain install nightly-2024-03-13 --component rust-src && rustup default nightly-2024-03-13
260261
- run: cargo -Z build-std test --workspace --all-features --target x86_64-unknown-linux-gnu --lib --tests
261262
env:
262263
# TODO: Once `cfg(sanitize = "..")` is stable, replace

0 commit comments

Comments
 (0)