-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Add dist::Gcc
build step
#137667
Add dist::Gcc
build step
#137667
Conversation
@bors try |
Add `dist::Gcc` build step To distribute the prebuilt libgccjit.so from CI. Opening as a draft to examine the impact on CI times. r? `@ghost`
☀️ Try build successful - checks-actions |
@bors try |
Add `dist::Gcc` build step To distribute the prebuilt libgccjit.so from CI. Opening as a draft to examine the impact on CI times. r? `@ghost`
☀️ Try build successful - checks-actions |
bea7b2f
to
6f37480
Compare
r? @onur-ozkan |
Some changes occurred in src/tools/opt-dist cc @Kobzol |
To distribute the prebuilt libgccjit.so from CI.
6f37480
to
e4bfad2
Compare
@rustbot ready |
Feel free to r=me once CI is green. |
@bors r=onur-ozkan rollup=iffy |
Add `dist::Gcc` build step This PR adds a `dist:Gcc` bootstrap step to distribute a prebuilt `libgccjit.so` from CI on x64 Linux. With primed sccache, the build takes ~4 minutes on CI, and produces a 50 MiB archive. I want to land this before adding something akin to `[gcc] download-ci-gcc = true`, to already have the artifacts available on CI, to make it easier to setup the download merge-base logic. r? `@ghost`
Rollup of 10 pull requests Successful merges: - rust-lang#134063 (dec2flt: Clean up float parsing modules) - rust-lang#136662 (Count char width at most once in `Formatter::pad`) - rust-lang#137011 (Promote ohos targets to tier2 with host tools.) - rust-lang#137077 (Postprocess bootstrap metrics into GitHub job summary) - rust-lang#137327 (Undeprecate env::home_dir) - rust-lang#137373 (Compile run-make-support and run-make tests with the bootstrap compiler) - rust-lang#137463 ([illumos] attempt to use posix_spawn to spawn processes) - rust-lang#137477 (uefi: Add Service Binding Protocol abstraction) - rust-lang#137569 (Stablize `string_extend_from_within`) - rust-lang#137667 (Add `dist::Gcc` build step) r? `@ghost` `@rustbot` modify labels: rollup
…kingjubilee Rollup of 6 pull requests Successful merges: - rust-lang#137077 (Postprocess bootstrap metrics into GitHub job summary) - rust-lang#137373 (Compile run-make-support and run-make tests with the bootstrap compiler) - rust-lang#137634 (Update `compiler-builtins` to 0.1.149) - rust-lang#137667 (Add `dist::Gcc` build step) - rust-lang#137722 (`librustdoc`: 2024 edition! 🎊) - rust-lang#137947 (Do not install rustup on Rust for Linux job) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#137667 - Kobzol:gcc-dist-build, r=onur-ozkan Add `dist::Gcc` build step This PR adds a `dist:Gcc` bootstrap step to distribute a prebuilt `libgccjit.so` from CI on x64 Linux. With primed sccache, the build takes ~4 minutes on CI, and produces a 50 MiB archive. I want to land this before adding something akin to `[gcc] download-ci-gcc = true`, to already have the artifacts available on CI, to make it easier to setup the download merge-base logic. r? ``@ghost``
This PR adds a
dist:Gcc
bootstrap step to distribute a prebuiltlibgccjit.so
from CI on x64 Linux.With primed sccache, the build takes ~4 minutes on CI, and produces a 50 MiB archive.
I want to land this before adding something akin to
[gcc] download-ci-gcc = true
, to already have the artifacts available on CI, to make it easier to setup the download merge-base logic.r? @ghost