-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Crater run for cargo build-dir changes #149852
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
base: main
Are you sure you want to change the base?
Crater run for cargo build-dir changes #149852
Conversation
|
Some changes occurred in src/tools/cargo cc @ehuss |
|
|
Do you happen to know the crater command you want to run? (The command syntax is documented at https://github.com/rust-lang/crater/blob/master/docs/bot-usage.md) |
|
Let's do @bors try |
This comment has been minimized.
This comment has been minimized.
…, r=<try> Crater run for cargo build-dir changes
|
@Kivooeo IIUC, that's not going to be sufficient for this because the new layout is not enabled by default. There may be some special settings like environment variables that will be needed to test this properly. And as for the mode, I suspect we want to build, not check, because we'll want to see if build scripts or proc-macros are doing any shenanigans that are required for linking correctly. (Or maybe |
|
For this, you can either set Note that I guess A full |
|
@craterbot run mode=build-and-test start=master#198328ad7960b1bece0dc48496bff6c62dd5d339 end=try#311784882baa42a9638298cb325fa01a062c9d0f+cargoflags=-Zbuild-dir-new-layout crates=random-1000 p=1 Small run just to make sure it mostly works. |
|
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
☔ The latest upstream changes (presumably #149934) made this pull request unmergeable. Please resolve the merge conflicts. |
PR for crater run of rust-lang/cargo#16336
Before running, we should probably get a sanity check from @epage that there is nothing I missed.
See Zulip Thread
r? @Mark-Simulacrum