Skip to content

Commit

Permalink
Hack for bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
xlucas committed Jan 28, 2025
1 parent fec6930 commit 6874473
Show file tree
Hide file tree
Showing 14 changed files with 614 additions and 414 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ BASH
PATH=#{toolchain_bin_dir} #{protoc_binary} --proto_path=#{toolchain_include_dir}:. --go_out=$GOPATH/src proto/contlcycle/contlcycle.proto
echo "Generating kubernetes autoscaling proto"
PATH=#{toolchain_bin_dir} #{protoc_binary} --proto_path=#{toolchain_include_dir}:proto/deps:$GOPATH/src --go_out=$GOPATH/src --jsonschema_out=type_names_with_no_package:jsonschema $GOPATH/src/github.com/DataDog/agent-payload/v5/proto/autoscaling/kubernetes/*.proto
curl https://raw.githubusercontent.com/chrusty/protoc-gen-jsonschema/02c3b14c5835c08076f6a1c953c87ef717beda95/options.proto -L -o ./proto/autoscaling/kubernetes/options.proto
PATH=#{toolchain_bin_dir} #{protoc_binary} --proto_path=#{toolchain_include_dir}:proto/deps:. --go_out=$GOPATH/src --jsonschema_out=type_names_with_no_package:jsonschema proto/autoscaling/kubernetes/*.proto
echo "Generating contimage proto"
PATH=#{toolchain_bin_dir} #{protoc_binary} --proto_path=#{toolchain_include_dir}:. --go_out=$GOPATH/src proto/contimage/contimage.proto
Expand Down
351 changes: 172 additions & 179 deletions autoscaling/kubernetes/autoscaling.pb.go

Large diffs are not rendered by default.

95 changes: 45 additions & 50 deletions autoscaling/kubernetes/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6874473

Please sign in to comment.