-
Notifications
You must be signed in to change notification settings - Fork 69
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
feat: mirror protoc releases to a Starlark constant #205
Commits on Mar 4, 2024
-
feat: mirror protoc releases to a Starlark constant
This allows rules_proto to supply a pre-built binary toolchain for protoc without needing any Bazel module supplied by the protocolbuffers maintainers. Obviates the need for protobuf to be released to the BCR as in protocolbuffers/protobuf#16014 Allows the protocolbuffers team to stop caring about Bazel builds for external users, and to close associated bugs. Next step in rules_proto supplying a toolchain that doesn't require users build protoc from sources.
Configuration menu - View commit details
-
Copy full SHA for 787fef8 - Browse repository at this point
Copy the full SHA 787fef8View commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db90406 - Browse repository at this point
Copy the full SHA db90406View commit details -
chore: resolve buildifier warning
It seems that Googlers aren't checking the same buildifier warnings in google3 that GitHub enforces, so the main branch was already red. Fixing to green up my PR.
Configuration menu - View commit details
-
Copy full SHA for d9527d6 - Browse repository at this point
Copy the full SHA d9527d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a21931b - Browse repository at this point
Copy the full SHA a21931bView commit details -
chore: move under a private folder, probably /tools wasn't intended f…
…or code users access
Configuration menu - View commit details
-
Copy full SHA for a2222f3 - Browse repository at this point
Copy the full SHA a2222f3View commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 092a774 - Browse repository at this point
Copy the full SHA 092a774View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7673cae - Browse repository at this point
Copy the full SHA 7673caeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34923b9 - Browse repository at this point
Copy the full SHA 34923b9View commit details
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.