Uh oh!
There was an error while loading. Please reload this page.
use precompiled rustdoc with CI rustc - #127463
Conversation
rustbot
commented
Jul 7, 2024
rustbot has assigned @albertlarsan68. Use |
rustbot
commented
Jul 7, 2024
This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp. This PR modifies If appropriate, please update |
705abcf to
154574cCompareUh oh!
There was an error while loading. Please reload this page.
474ac56 to
b11d983Comparebors
commented
Jul 12, 2024
☔ The latest upstream changes (presumably #127653) made this pull request unmergeable. Please resolve the merge conflicts. |
b11d983 to
0320e29CompareSigned-off-by: onur-ozkan <work@onurozkan.dev>
onur-ozkan
commented
Jul 17, 2024
Resolved the conflicts (and it was quite messy one..). @rustbot ready |
onur-ozkan
commented
Jul 20, 2024
r? bootstrap (due to inactivity on the review) |
Kobzol
left a comment
There was a problem hiding this comment.
It seem to work fine locally. Left two comments, but feel free to r=me.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Kobzol
commented
Jul 20, 2024
r? @Kobzol |
0320e29 to
0636293CompareWhen CI rustc is enabled and rustdoc sources are unchanged, we can use the precompiled rustdoc from the CI rustc's sysroot. This speeds up bootstrapping quite a lot by avoiding unnecessary rustdoc compilation. Signed-off-by: onur-ozkan <work@onurozkan.dev>
onur-ozkan
commented
Jul 20, 2024
@bors r=Kobzol |
bors
commented
Jul 20, 2024
…Kobzol use precompiled rustdoc with CI rustc When CI rustc is enabled and rustdoc sources are unchanged, we can use the precompiled rustdoc from the CI rustc's sysroot. This speeds up bootstrapping quite a lot by avoiding unnecessary rustdoc compilation.
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#127463 ( use precompiled rustdoc with CI rustc) - rust-lang#127779 (Add a hook for `should_codegen_locally`) - rust-lang#127843 (unix: document unsafety for std `sig{action,altstack}`) - rust-lang#127873 (kmc-solid: `#![forbid(unsafe_op_in_unsafe_fn)]`) - rust-lang#127917 (match lowering: Split `finalize_or_candidate` into more coherent methods) - rust-lang#127964 (run_make_support: skip rustfmt for lib.rs) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#127463 - onur-ozkan:precompiled-rustdoc, r=Kobzol use precompiled rustdoc with CI rustc When CI rustc is enabled and rustdoc sources are unchanged, we can use the precompiled rustdoc from the CI rustc's sysroot. This speeds up bootstrapping quite a lot by avoiding unnecessary rustdoc compilation.
When CI rustc is enabled and rustdoc sources are unchanged, we can use the precompiled rustdoc from the CI rustc's sysroot. This speeds up bootstrapping quite a lot by avoiding unnecessary rustdoc compilation.