Skip to content

Commit 1dc9183

Browse files
committed
Revert "ci: Pin nightly toolchain for sanitizers to nightly-2024-03-13"
This reverts commit ac4e23f.
1 parent bb63c37 commit 1dc9183

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,7 @@ jobs:
256256
steps:
257257
- uses: taiki-e/checkout-action@v1
258258
- name: Install Rust
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
259+
run: rustup toolchain install nightly --component rust-src && rustup default nightly
261260
# https://github.com/google/sanitizers/issues/1716 / https://github.com/actions/runner-images/issues/9491
262261
- run: sudo sysctl vm.mmap_rnd_bits=28
263262
- run: cargo -Z build-std test --workspace --all-features --target x86_64-unknown-linux-gnu --lib --tests

0 commit comments

Comments
 (0)