Skip to content

fix(ci): add protoc dependency to release workflow#23

Merged
dviejokfs merged 1 commit intomainfrom
fix/ci-protoc-dependency
Feb 27, 2026
Merged

fix(ci): add protoc dependency to release workflow#23
dviejokfs merged 1 commit intomainfrom
fix/ci-protoc-dependency

Conversation

@dviejokfs
Copy link
Copy Markdown
Contributor

Summary

  • Add protobuf-compiler to the Linux AMD64 release build dependencies
  • Add brew install protobuf to both macOS release jobs (AMD64 and ARM64)

The temps-otel crate uses prost-build in its build.rs to compile .proto files, which requires protoc on the system. This was already present in rust-tests.yml but missing from release.yml, causing release builds to fail.

@dviejokfs dviejokfs merged commit e76ea69 into main Feb 27, 2026
4 of 5 checks passed
@dviejokfs dviejokfs deleted the fix/ci-protoc-dependency branch April 3, 2026 06:50
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.

1 participant