ci: pin Miri nightly to work around build script regression#1846
Closed
DrakeLin wants to merge 3 commits intodelta-io:mainfrom
Closed
ci: pin Miri nightly to work around build script regression#1846DrakeLin wants to merge 3 commits intodelta-io:mainfrom
DrakeLin wants to merge 3 commits intodelta-io:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1846 +/- ##
=======================================
Coverage 85.63% 85.63%
=======================================
Files 137 137
Lines 39172 39172
Branches 39172 39172
=======================================
Hits 33546 33546
Misses 4173 4173
Partials 1453 1453 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fdfd6b0 to
55fb2b7
Compare
nicklan
approved these changes
Feb 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are proposed in this pull request?
Pins the Miri CI job to
nightly-2026-02-11to work around a regression innightly-2026-02-12that causes all crates with build scripts to fail with"contains outdated or invalid JSON".Upstream issue: rust-lang/miri#4855
Root cause: rust-lang/rust#152240
Upstream fix: rust-lang/cargo#16631
Once the cargo fix lands in a future nightly, we can unpin and go back to tracking latest nightly.
How was this change tested?
CI passes with the pinned nightly.