fx build fix
Some checks failed
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/fx/1 Pipeline failed
ci/woodpecker/push/fx/2 Pipeline failed
ci/woodpecker/push/nats Pipeline was successful

This commit is contained in:
Stephan D
2025-11-08 11:19:18 +01:00
parent be51fb7f8b
commit 8810bc8783
2 changed files with 36 additions and 27 deletions

View File

@@ -38,7 +38,8 @@ steps:
depends_on: [ version ]
commands:
- set -eu
- apk add --no-cache bash git build-base protobuf protobuf-dev protoc
# protoc + headers; protobuf runtime pkg is not needed for codegen
- apk add --no-cache bash git build-base protoc protobuf-dev
- go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
- export PATH="$(go env GOPATH)/bin:$PATH"