We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6090e75 commit 1dacecbCopy full SHA for 1dacecb
.github/workflows/miri.yaml
@@ -52,12 +52,8 @@ jobs:
52
submodules: true
53
- name: Setup Rust toolchain
54
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
+ rustup toolchain install nightly --component miri
+ rustup override set nightly
61
cargo miri setup
62
- name: Run Miri Checks
63
env:
0 commit comments