-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
miri
no longer builds after rust-lang/rust#63015
#63024
Comments
Miri-side fix: rust-lang/miri#860 |
Could we resolve this by updating Miri? |
Right now, no, because something broke Miri on macOS and I am not sure what. |
|
Breakage is likely caused by #62982. |
Submitted fix: #63076 |
The fixes landed? |
It did, yes. There are some PRs under review on the rustc side that would break Miri again, but if you want you can update Miri so we'll get one or two nightlies with newer versions. Btw, for using Miri on CI or so, I recommend a snippet such as:
This way you'll get a working Miri even if the latest nightly does not have one. |
(In case you open a PR, please Cc/r? me. I won't see it otherwise.) |
Hello, this is your friendly neighborhood mergebot.
After merging PR #63015, I observed that the tool miri no longer builds.
A follow-up PR to the repository https://github.com/rust-lang/miri is needed to fix the fallout.
cc @Centril, do you think you would have time to do the follow-up work?
If so, that would be great!
cc @Centril, the PR reviewer, and @rust-lang/compiler -- nominating for prioritization.
The text was updated successfully, but these errors were encountered: