Skip to content

Commit 6397a28

Browse files
authored
Pin nightly due to miri issue (#19253)
# Objective The required miri check is currently failing due to rust-lang/miri#4323 Let's pin nightly to yesterday to not be blocked today. ## Solution - Pinned nightly to `nightly-2025-05-16` ## Testing - Let's see if the pipeline is green on this PR :D
1 parent 1395152 commit 6397a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
CARGO_PROFILE_TEST_DEBUG: 0
1414
CARGO_PROFILE_DEV_DEBUG: 0
1515
# If nightly is breaking CI, modify this variable to target a specific nightly version.
16-
NIGHTLY_TOOLCHAIN: nightly
16+
NIGHTLY_TOOLCHAIN: nightly-2025-05-16 # pinned until a fix for https://github.com/rust-lang/miri/issues/4323 is released
1717
RUSTFLAGS: "-D warnings"
1818
BINSTALL_VERSION: "v1.12.3"
1919

0 commit comments

Comments
 (0)