Commit Graph

7 Commits

Author SHA1 Message Date
Michal Rostecki 4eeb69c9eb bazel: Allow to distdir all dependencies (#702)
To use --distdir option of Bazel (which allows to use previously
fetched tarballs instead of downloading dependencies during
build), all dependencies should use http instead of git and need
to have sha256 sums specified.

Signed-off-by: Michal Rostecki <mrostecki@suse.de>
2018-11-14 08:17:04 -08:00
Wayne Zhang cd22464905
Add cc_proto into mixer api and config proto BUILD files. (#240)
* Add cc_proto into mixer api and config proto BUILD files.

* protobuf.bzl to load the repo optional.

* Remove un-used proto targets in googleapis
2017-11-15 14:35:55 -08:00
Jason Young 4db1d092a4
Add scripts to auto-generate protobuf golang code (#233)
This is mostly copied over from istio.io/istio/mixer/ with tweaks to
adjust the paths so that *.pb.go files appears alongside the *.proto
files.
2017-11-13 08:53:44 -08:00
Kuat 9815ec1fb8 Revert "Build set-up for api" (#203)
* Revert "Revert "C++ bazel rules for API (#199)" (#202)"

This reverts commit 634f1e2dd3.

* Revert "C++ bazel rules for API (#199)"

This reverts commit fadf8937f1.

* Revert "Build set-up for api (#193)"

This reverts commit 3e3fd02fdd.
2017-10-12 16:35:51 -07:00
Kuat 634f1e2dd3 Revert "C++ bazel rules for API (#199)" (#202)
This reverts commit fadf8937f1.
2017-10-12 16:33:32 -07:00
Kuat fadf8937f1 C++ bazel rules for API (#199)
* first try

* fixes

* build failure test
2017-10-12 11:06:44 -07:00
Kuat 3e3fd02fdd Build set-up for api (#193)
* initial bazel build

* initial

* consolidate imports

* rename

* visibility

* add go default library for config

* remove unnecessary

* externals

* more externals

* proxy config

* expose protos

* add proxy config

* shallow googleapis copy

* add test script

* little changes

* fix googleapis import

* remove comments

* expand globs
2017-10-11 14:44:21 -07:00