grpc
Some checks failed
Go Tests / build (1.22.x) (push) Failing after 1m43s

This commit is contained in:
2024-11-17 12:32:29 -05:00
parent 4d2a7418cb
commit 0ab36c5ea6
5 changed files with 70 additions and 68 deletions

View File

@@ -1,10 +1,7 @@
version: '3'
tasks:
proto-build-php:
cmds:
- protoc --php_out=. --plugin=protoc-gen-grpc=bins/opt/grpc_php_plugin grpc/imgurl.proto
proto-build:
cmds:
- protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative grpc/imgurl.proto
- protoc --go_out=grpc --proto_path=grpc --go_opt=paths=source_relative --php_out=grpc/php/src --go-grpc_out=grpc --go-grpc_opt=paths=source_relative $(find grpc -iname "*.proto")
silent: true