[v13] Add a codegen-focused buildbox#26739
Merged
codingllama merged 10 commits intobranch/v13from May 25, 2023
Merged
Conversation
Contributor
Author
|
Holding merges for now, I'll patch #26758 into this (and the other backports). |
* Revert protoc downgrade * Use correct protoc URL for arm64
1c27770 to
f9e8786
Compare
Contributor
Author
|
Patched with #26758 and re-tested, PTAL. |
rosstimothy
reviewed
May 23, 2023
Contributor
rosstimothy
left a comment
There was a problem hiding this comment.
It looks like the first commit and description of this PR still reference babybox. Can you please update them now that we're using grpcbox instead?
Contributor
Author
|
Fixed the description, but didn't change the commits - 5931638 tracks the rename. PTAL. |
rosstimothy
approved these changes
May 23, 2023
Contributor
Author
|
Friendly ping? |
Contributor
Author
|
Friendly ping @jakule @nklaassen @timothyb89 @tobiaszheller ? |
jakule
approved these changes
May 24, 2023
jakule
approved these changes
May 24, 2023
timothyb89
approved these changes
May 25, 2023
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #26640 and #26758 to branch/v13
Add the "grpcbox", a codegen-focused buildbox. It's meant to cut down build
times for
make grpcand related commands.The original buildbox still retains the ability to build protos, as GHA
pipelines require it to run make protos-up-to-date/host. That could also,
in the future, be changed to rely on the grpcbox instead.