Skip to content

Commit

Permalink
remove Analyze protos from gen_protos.sh #3571
Browse files Browse the repository at this point in the history
  • Loading branch information
rosecodym authored Nov 7, 2024
1 parent 3063f63 commit 781157a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions scripts/gen_proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,3 @@ for pbfile in $(ls proto/); do
--validate_out="lang=go,paths=source_relative:./pkg/pb/${mod}pb" \
proto/${mod}.proto
done

for pbfile in $(ls pkg/analyzer/proto/); do
mod=${pbfile%%.proto}
mkdir -p "./pkg/analyzer/pb/${mod}pb"
protoc -I pkg/analyzer/proto/ \
-I ${GOPATH}/src \
-I /usr/local/include \
-I ${GOPATH}/src/github.com/envoyproxy/protoc-gen-validate \
--go_out=plugins=grpc:./pkg/analyzer/pb/${mod}pb --go_opt=paths=source_relative \
--validate_out="lang=go,paths=source_relative:./pkg/analyzer/pb/${mod}pb" \
pkg/analyzer/proto/${mod}.proto
done

0 comments on commit 781157a

Please sign in to comment.