Skip to content
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

Closed
wants to merge 8 commits into from
Closed

Commits on Mar 4, 2024

  1. 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.
    alexeagle committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    787fef8 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    db90406 View commit details
    Browse the repository at this point in the history
  2. 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.
    alexeagle committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d9527d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a21931b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2222f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    092a774 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7673cae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34923b9 View commit details
    Browse the repository at this point in the history