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: Install the protobuf compiler in release CI #328

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

alilleybrinker
Copy link
Collaborator

Turns out we'd forgotten to update the cargo-dist configuration to install the protobuf compiler for our release builds in CI. This commit should fix it, though I'm not able to test it until it's deployed and I try to cut a new release.

The basic idea here is that cargo-dist provides configuration items to use platform-specific package managers to install needed packages. In our case, funnily enough, the protobuf compiler package has a different name on every platform.

For the moment I am not tying us to a specific version, just using the * to indicate we should always be using latest. If that becomes an issue in the future we can tighten it up.

Turns out we'd forgotten to update the cargo-dist configuration to install
the protobuf compiler for our release builds in CI. This commit _should_
fix it, though I'm not able to test it until it's deployed and I try to cut
a new release.

The basic idea here is that cargo-dist provides configuration items to
use platform-specific package managers to install needed packages. In our
case, funnily enough, the protobuf compiler package has a different name
on every platform.

For the moment I am not tying us to a specific version, just using the `*`
to indicate we should always be using latest. If that becomes an issue in
the future we can tighten it up.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
@alilleybrinker alilleybrinker added the type: bug Something isn't working label Sep 4, 2024
@alilleybrinker alilleybrinker added this to the 3.6.0 milestone Sep 4, 2024
@alilleybrinker alilleybrinker self-assigned this Sep 4, 2024
@mchernicoff mchernicoff merged commit 4086836 into main Sep 4, 2024
6 checks passed
@alilleybrinker alilleybrinker deleted the alilleybrinker/fix-ci branch September 4, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants