Merge pull request #21628 from Shourya742/2026-02-12-pin-nightly-for-miri-workflow

Pin nightly for miri workflow
This commit is contained in:
Chayim Refael Friedman 2026-02-12 09:08:22 +00:00 committed by GitHub
commit d32a47377e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -206,8 +206,11 @@ jobs:
- name: Install Rust toolchain
run: |
rustup update --no-self-update nightly
rustup default nightly
# FIXME: Pin nightly due to a regression in miri on nightly-2026-02-12.
# See https://github.com/rust-lang/miri/issues/4855.
# Revert to plain `nightly` once this is fixed upstream.
rustup toolchain install nightly-2026-02-10
rustup default nightly-2026-02-10
rustup component add miri
# - name: Cache Dependencies