Skip to content

Commit

Permalink
ci: Pin nightly toolchain for sanitizers to nightly-2024-03-13
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 17, 2024
1 parent 570c4e7 commit ac4e23f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ jobs:
steps:
- uses: taiki-e/checkout-action@v1
- name: Install Rust
run: rustup toolchain install nightly --component rust-src && rustup default nightly
# TODO: LLVM bug https://github.com/rust-lang/rust/issues/122476
run: rustup toolchain install nightly-2024-03-13 --component rust-src && rustup default nightly-2024-03-13
- run: cargo -Z build-std test --workspace --all-features --target x86_64-unknown-linux-gnu --lib --tests
env:
# TODO: Once `cfg(sanitize = "..")` is stable, replace
Expand Down

0 comments on commit ac4e23f

Please sign in to comment.