fx build fix
This commit is contained in:
@@ -39,13 +39,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- set -eu
|
- set -eu
|
||||||
- if set -o | grep -q pipefail; then set -o pipefail; fi
|
- if set -o | grep -q pipefail; then set -o pipefail; fi
|
||||||
- apk add --no-cache \
|
- apk add --no-cache bash git build-base protobuf protobuf-dev protoc
|
||||||
bash \
|
|
||||||
git \
|
|
||||||
build-base \
|
|
||||||
protobuf \
|
|
||||||
protobuf-dev \
|
|
||||||
protoc
|
|
||||||
- go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
- go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
||||||
- go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
- go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
||||||
- export PATH="$(go env GOPATH)/bin:$PATH"
|
- export PATH="$(go env GOPATH)/bin:$PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user