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 protobuf generation #189

Merged
merged 2 commits into from
Jul 21, 2023
Merged

Fix protobuf generation #189

merged 2 commits into from
Jul 21, 2023

Conversation

olafurpg
Copy link
Member

Previously, the build was failing because of an HTTP error connecting to the buf plugin registry. This commit fixes the problem by replacing the buf Go plugin with the standard Go protobuf generator.

Test plan

Green CI.

@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -euo pipefail
set -xeuo pipefail
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added -x to make it easier to debug what command failed

Previously, the build was failing because of an HTTP error connecting
to the buf plugin registry. This commit fixes the problem by replacing
the buf Go plugin with the standard Go protobuf generator.
@olafurpg olafurpg merged commit 1a4d358 into main Jul 21, 2023
@olafurpg olafurpg deleted the olafurpg/fix-build branch July 21, 2023 12:35
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