-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
force-recompile library changes on download-rustc="if-unchanged" #132267
force-recompile library changes on download-rustc="if-unchanged" #132267
Conversation
This makes download-rustc="if-unchanged" more functional and useful for library developers. Signed-off-by: onur-ozkan <[email protected]>
rustbot has assigned @Mark-Simulacrum. Use |
This PR modifies If appropriate, please update |
There are already some PRs awaiting reviews from Mark. r? bootstrap |
Signed-off-by: onur-ozkan <[email protected]>
This PR modifies If appropriate, please update This PR modifies If appropriate, please update |
I got some ideas to make this better. I will work on them later. @rustbot author |
Was a bit of a head-spin ( @bors r+ |
…e-library, r=Kobzol force-recompile library changes on download-rustc="if-unchanged" This makes the download-rustc="if-unchanged" option more functional and useful for library developers. Implements the second item from [this tracking issue](rust-lang#131744).
…kingjubilee Rollup of 5 pull requests Successful merges: - rust-lang#129383 (Remap impl-trait lifetimes on HIR instead of AST lowering) - rust-lang#132210 (rustdoc: make doctest span tweak a 2024 edition change) - rust-lang#132246 (Rename `rustc_abi::Abi` to `BackendRepr`) - rust-lang#132267 (force-recompile library changes on download-rustc="if-unchanged") - rust-lang#132344 (Merge `HostPolarity` and `BoundConstness`) Failed merges: - rust-lang#132347 (Remove `ValueAnalysis` and `ValueAnalysisWrapper`.) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#132267 - onur-ozkan:rustc-if-unchanged-force-library, r=Kobzol force-recompile library changes on download-rustc="if-unchanged" This makes the download-rustc="if-unchanged" option more functional and useful for library developers. Implements the second item from [this tracking issue](rust-lang#131744).
…, r=jieyouxu make `download-rustc="if-unchanged"` default for library profile Since `download-rustc` is tested on CI and rust-lang#132267 makes it effective for library development, we can now make it default for the library profile. Implements the 3rd item from [this tracking issue](rust-lang#131744).
Rollup merge of rust-lang#132494 - onur-ozkan:library-profile-default, r=jieyouxu make `download-rustc="if-unchanged"` default for library profile Since `download-rustc` is tested on CI and rust-lang#132267 makes it effective for library development, we can now make it default for the library profile. Implements the 3rd item from [this tracking issue](rust-lang#131744).
This makes the download-rustc="if-unchanged" option more functional and useful for library developers.
Implements the second item from this tracking issue.