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

fix(bazel): ignore empty zip files during packaging #619

Merged
merged 1 commit into from
May 2, 2023

Conversation

noahdietz
Copy link
Collaborator

Some php_grpc_library outputs are empty because the package just has types. This causes an unzipping step in php_gapic_assembly_pkg to fail. So instead, let's handle them gracefully, logging the empty zip file.

Ultimately, the php_grpc_library targets will be removed as part of http://b/240613804, but for now, let's just be more robust.

@noahdietz noahdietz requested review from a team as code owners May 2, 2023 16:14
@noahdietz noahdietz added the automerge Merge the pull request once unit tests and other checks pass. label May 2, 2023
@noahdietz noahdietz merged commit 0db730f into googleapis:main May 2, 2023
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants