Skip to content

Commit

Permalink
Merge pull request kubernetes#123623 from pohly/hack-protoc-search-path
Browse files Browse the repository at this point in the history
hack: re-enable protobindings which use k8s.io/api
  • Loading branch information
k8s-ci-robot committed Mar 2, 2024
2 parents 96a5cfe + f34782b commit 0364c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/lib/protoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function kube::protoc::protoc() {
PATH="${gogopath}:${PATH}" protoc \
--proto_path="$(pwd -P)" \
--proto_path="${KUBE_ROOT}/vendor" \
--proto_path="${KUBE_ROOT}/staging/src" \
--proto_path="${KUBE_ROOT}/third_party/protobuf" \
--gogo_out=paths=source_relative,plugins=grpc:. \
api.proto
Expand Down

0 comments on commit 0364c6c

Please sign in to comment.