-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update Miri #71343
update Miri #71343
Conversation
Actually #71280 will break Miri again so probably it is better to wait until that lands. |
Well, not sure when that PR is going to get reviewed, so I guess let's fix Miri in the mean time. The bors queue is pretty empty anyway. |
📌 Commit e4e33b50196542a802c20158d78abf876dfb8f7a has been approved by |
📌 Commit e4e33b50196542a802c20158d78abf876dfb8f7a has been approved by |
@bors r- |
@RalfJung according to https://rust-lang-nursery.github.io/rust-toolstate/ miri is failing and the release is coming tomorrow. Unsure if this PR will fix miri, I guess it will, but I'm not sure why did you |
miri is not gated for releases, so that's not a problem (we've already prepared artifacts as of Monday, and cut beta yesterday). This is not a blocker for the release. |
Yeah, Miri is nightly-only. So releases really don't matter, we shouldn't even try to build it on beta/stable. |
@bors r+ |
📌 Commit 9b11c60 has been approved by |
☀️ Test successful - checks-azure |
Tested on commit rust-lang/rust@66f7a5d. Direct link to PR: <rust-lang/rust#71343> 🎉 miri on windows: build-fail → test-pass (cc @oli-obk @eddyb @RalfJung). 🎉 miri on linux: build-fail → test-pass (cc @oli-obk @eddyb @RalfJung).
Fixes #71241
r? @ghost Cc @rust-lang/miri