mirror of
https://github.com/gotempsh/temps.git
synced 2026-04-24 22:06:00 +03:00
[PR #23] [MERGED] fix(ci): add protoc dependency to release workflow #24
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/temps#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/gotempsh/temps/pull/23
Author: @dviejokfs
Created: 2/27/2026
Status: ✅ Merged
Merged: 2/27/2026
Merged by: @dviejokfs
Base:
main← Head:fix/ci-protoc-dependency📝 Commits (1)
8673acafix(ci): add protoc dependency to release workflow for temps-otel build📊 Changes
1 file changed (+7 additions, -1 deletions)
View changed files
📝
.github/workflows/release.yml(+7 -1)📄 Description
Summary
protobuf-compilerto the Linux AMD64 release build dependenciesbrew install protobufto both macOS release jobs (AMD64 and ARM64)The
temps-otelcrate usesprost-buildin itsbuild.rsto compile.protofiles, which requiresprotocon the system. This was already present inrust-tests.ymlbut missing fromrelease.yml, causing release builds to fail.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.