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: fallback to build protobuf from source #67

Merged
merged 7 commits into from
Jul 1, 2023

Commits on Jun 19, 2023

  1. feat: fallback to build protobuf from source

    1. Avoid bundle binaries
    2. Leverage C++ portability
    
    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    1ffed5c View commit details
    Browse the repository at this point in the history
  2. feat: support new protobuf versions

    See https://protobuf.dev/support/version-support/
    
    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    c1462c6 View commit details
    Browse the repository at this point in the history
  3. try ensure fallback works

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0ea1f6c View commit details
    Browse the repository at this point in the history
  4. refactor: align protoc lookup

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    76430ad View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. restore binaries

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    33bf6d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. bundle for win only

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    4e2867c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. sync bundles to v21.5

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7faef5e View commit details
    Browse the repository at this point in the history