[PR #23] [MERGED] fix(ci): add protoc dependency to release workflow #24

Closed
opened 2026-03-02 05:12:34 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: fix/ci-protoc-dependency


📝 Commits (1)

  • 8673aca fix(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

  • 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gotempsh/temps/pull/23 **Author:** [@dviejokfs](https://github.com/dviejokfs) **Created:** 2/27/2026 **Status:** ✅ Merged **Merged:** 2/27/2026 **Merged by:** [@dviejokfs](https://github.com/dviejokfs) **Base:** `main` ← **Head:** `fix/ci-protoc-dependency` --- ### 📝 Commits (1) - [`8673aca`](https://github.com/gotempsh/temps/commit/8673acadcc77cdde949cbba093e85374d2555ddf) fix(ci): add protoc dependency to release workflow for temps-otel build ### 📊 Changes **1 file changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+7 -1) </details> ### 📄 Description ## 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:12:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/temps#24
No description provided.