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

Update plugin bundling script #2053

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Sep 11, 2024

Motivation:

The plugin bundling script which is used when we do a release doesn't update the dependencies so will just use whatever version is currently resolved. This means protobuf might not be up-to-date and an older version of protoc-gen-swift might get build.

Modifications:

  • Run package update before building

Result:

The bundled protoc-gen-swift should be up-to-date

Motivation:

The plugin bundling script which is used when we do a release doesn't
update the dependencies so will just use whatever version is currently
resolved. This means protobuf might not be up-to-date and an older
version of `protoc-gen-swift` might get build.

Modifications:

- Run package update before building

Result:

The bundled `protoc-gen-swift` should be up-to-date
@glbrntt glbrntt enabled auto-merge (squash) September 11, 2024 09:47
@glbrntt glbrntt merged commit a98b0f3 into grpc:main Sep 11, 2024
14 of 17 checks passed
@glbrntt glbrntt deleted the v1/update-deps-when-building-plugins branch September 11, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version change required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants