Skip to content

Fix GitHub CI summary in CodeBuild - #152113

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
Kobzol:fix-codebuild-summary
Feb 5, 2026
Merged

Fix GitHub CI summary in CodeBuild#152113
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
Kobzol:fix-codebuild-summary

Conversation

@Kobzol

Copy link
Copy Markdown
Member

We need to copy the summary only after the data is copied out from the Docker image in Docker-in-Docker/CodeBuild scenarios. This was broken for many months now.

Compare the summary https://github.com/rust-lang/rust/actions/runs/21663321354 (before) and https://github.com/rust-lang/rust/actions/runs/21671277310 (after) - the dist-x86_64-linux job now correctly contains the summary generated by opt-dist.

r? @marcoieni

@rustbotrustbot added A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels Feb 4, 2026
@marcoieni

Copy link
Copy Markdown
Member

@bors r+

@rust-bors

rust-borsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 34c6ae0 has been approved by marcoieni

It is now in the queue for this repository.

@rust-borsrust-borsBot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 5, 2026
rust-borsBot pushed a commit that referenced this pull request Feb 5, 2026
…uwer
Rollup of 9 pull requests
Successful merges:
- #150831 (c-variadic: make `va_arg` match on `Arch` exhaustive)
- #152113 (Fix GitHub CI summary in CodeBuild)
- #152153 (Incorporate query description functions into `QueryVTable`)
- #152070 (Convert to inline diagnostics in `rustc_pattern_analysis`)
- #152106 (Convert to inline diagnostics in `rustc_ast_passes`)
- #152109 (Convert to inline diagnostics in `rustc_errors`)
- #152119 (Convert to inline diagnostics in `rustc_middle`)
- #152121 (Convert to inline diagnostics in `rustc_builtin_macros`)
- #152133 (library/std: Rename `ON_BROKEN_PIPE_FLAG_USED` to `ON_BROKEN_PIPE_USED`)
Failed merges:
- #152107 (Convert to inline diagnostics in `rustc_borrowck`)
- #152117 (Convert to inline diagnostics in `rustc_trait_selection`)
- #152126 (Convert to inline diagnostics in `rustc_mir_build`)
- #152131 (Port rustc_no_implicit_bounds attribute to parser.)
@rust-bors
rust-borsBot merged commit de3e69c into rust-lang:mainFeb 5, 2026
11 checks passed
rust-timer added a commit that referenced this pull request Feb 5, 2026
Rollup merge of #152113 - Kobzol:fix-codebuild-summary, r=marcoieni
Fix GitHub CI summary in CodeBuild
We need to copy the summary only after the data is copied out from the Docker image in Docker-in-Docker/CodeBuild scenarios. This was broken for many months now.
Compare the summary https://github.com/rust-lang/rust/actions/runs/21663321354 (before) and https://github.com/rust-lang/rust/actions/runs/21671277310 (after) - the dist-x86_64-linux job now correctly contains the summary generated by `opt-dist`.
r? @marcoieni
@Kobzol
Kobzol deleted the fix-codebuild-summary branch February 5, 2026 18:13
@cuvipercuviper added this to the 1.95.0 milestone Feb 19, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-CIArea: Our Github Actions CIA-testsuiteArea: The testsuite used to check the correctness of rustcS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Kobzol@marcoieni@cuviper@rustbot