Miri: give the incremental session a chance to finish - #160760
Conversation
|
@bors try jobs=dist-x86_64-linux |
This comment has been minimized.
This comment has been minimized.
Miri: give the incremental session a chance to finish try-job: dist-x86_64-linux
9e91369 to
271cccb
Compare
|
@bors try jobs=dist-x86_64-linux |
This comment has been minimized.
This comment has been minimized.
Miri: give the incremental session a chance to finish try-job: dist-x86_64-linux
This comment has been minimized.
This comment has been minimized.
271cccb to
19c9e78
Compare
|
These commits modify the If this was unintentional then you should revert the changes before this PR is merged.
cc @rust-lang/miri |
|
r? @nnethercote rustbot has assigned @nnethercote. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
r? @bjorn3 |
|
Failed to set assignee to
|
| 1: main | ||
| at tests/native-lib/pass/ptr_read_access.rs:LL:CC | ||
|
|
||
| warning: 1 warning emitted |
There was a problem hiding this comment.
It's kind of annoying that we get this output now... but warnings are rare in Miri so 🤷
|
@bors try jobs=dist-x86_64-linux |
|
⌛ Trying commit 19c9e78 with merge 5b05222… (The previously running try build was automatically cancelled.) To cancel the try build, run the command Workflow: https://github.com/rust-lang/rust/actions/runs/31265178652 |
Miri: give the incremental session a chance to finish try-job: dist-x86_64-linux
19c9e78 to
7e4d876
Compare
Github api hickup I guess. r? bjorn3 |
This comment has been minimized.
This comment has been minimized.
75fd8df to
f41d58c
Compare
|
@bors try cancel |
|
Try build cancelled. Cancelled workflows: |
|
Okay this seems to work, thanks. :) |
f41d58c to
cd5f6e2
Compare
cd5f6e2 to
9be1177
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
4c691fd to
04e8a46
Compare
This comment has been minimized.
This comment has been minimized.
04e8a46 to
e8c3f61
Compare
|
Looks to be finally ready :) |
View all comments
This helps with rust-lang/miri#5013. Reruns still aren't as fast as I'd like, but using nextest to run libcore tests shows a big difference:
It still seems to spend at least 10s building the crate before Miri even begins running, no idea what it is doing in that time. But it's 15s less than before so that's good. :)