-
Notifications
You must be signed in to change notification settings - Fork 13.3k
update Miri #99283
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 #99283
Conversation
The Miri submodule was changed cc @rust-lang/miri |
@bors r+ p=1 |
📌 Commit be7476c48b320157c0266c060a7f8f8dbea18da0 has been approved by It is now in the queue for this repository. |
This comment has been minimized.
This comment has been minimized.
⌛ Testing commit be7476c48b320157c0266c060a7f8f8dbea18da0 with merge e433243ff3485ba848304fa673d765f89325ef5a... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
Oh, is |
@oli-obk this adds some new crates to the compiler lockfile, is there any process we have to follow for that? |
We either already have these in our list of allowed crates, or tidy will complain. |
Looks like it does complain:
|
🤦 ok, tidy isn't very smart... I guess we can just add that license string to the allowed set in rust/src/tools/tidy/src/deps.rs Line 22 in 81482e6
|
@Mark-Simulacrum does this change to the tidy license check seem fine? |
I got some people to look at the license checker changes and it looks like this is fine. Going ahead with this PR then. :) @bors r+ |
📌 Commit d6f6f36e9d390a96352eaef260575a0c11e0a47a has been approved by It is now in the queue for this repository. |
⌛ Testing commit d6f6f36e9d390a96352eaef260575a0c11e0a47a with merge 69aae2c9f94fcf256caab044c9347c7bad7d4723... |
💔 Test failed - checks-actions |
This comment was marked as resolved.
This comment was marked as resolved.
@bors r+ |
☀️ Test successful - checks-actions |
Tested on commit rust-lang/rust@c2ecd3a. Direct link to PR: <rust-lang/rust#99283> 🎉 miri on windows: build-fail → test-pass (cc @oli-obk @RalfJung). 🎉 miri on linux: build-fail → test-pass (cc @oli-obk @RalfJung).
Finished benchmarking commit (c2ecd3a): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Fixes #99224
r? @ghost