Skip to content

Commit

Permalink
Revert "ci: Pin nightly toolchain for sanitizers to nightly-2024-03-13"
Browse files Browse the repository at this point in the history
This reverts commit 7d29278.
  • Loading branch information
taiki-e committed May 2, 2024
1 parent 4eec3f1 commit c154201
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ jobs:
steps:
- uses: taiki-e/checkout-action@v1
- name: Install Rust
# TODO: LLVM bug https://github.com/rust-lang/rust/issues/122476
run: rustup update nightly-2024-03-13 && rustup default nightly-2024-03-13
run: rustup update nightly && rustup default nightly
# https://github.com/google/sanitizers/issues/1716 / https://github.com/actions/runner-images/issues/9491
- run: sudo sysctl vm.mmap_rnd_bits=28
- name: Run sanitizers
Expand Down

0 comments on commit c154201

Please sign in to comment.