Skip to content

Commit 1dacecb

Browse files
authored
Unpin nightly rust version (MIRI job) (#8229)
Reverts: - #8183 Because the related issue was closed: - #8181
1 parent 6090e75 commit 1dacecb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/miri.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,8 @@ jobs:
5252
submodules: true
5353
- name: Setup Rust toolchain
5454
run: |
55-
# Temp pin to nightly-2025-08-18 until https://github.com/rust-lang/rust/issues/145652 is resolved
56-
# See https://github.com/apache/arrow-rs/issues/8181 for more details
57-
rustup toolchain install nightly-2025-08-18 --component miri
58-
rustup override set nightly-2025-08-18
59-
# rustup toolchain install nightly --component miri
60-
# rustup override set nightly
55+
rustup toolchain install nightly --component miri
56+
rustup override set nightly
6157
cargo miri setup
6258
- name: Run Miri Checks
6359
env:

0 commit comments

Comments
 (0)