Commit Graph

4 Commits

Author SHA1 Message Date
Philip Kuryloski 3d7afcdc18 Update the Bazel guide, BAZEL.md 2021-09-13 13:14:31 +02:00
Philip Kuryloski 3eac3cf8a8 Remove unused load statements from bazel files 2021-07-12 12:10:26 +02:00
Philip Kuryloski 0bea8efb23 Suggest --incompatible_strict_action_env in Bazel readme
The flag implies a slightly more consistent env for bazel actions,
which while not supported by all bazel libs, can increase cache hit
percentage in those that do. rabbitmq-server builds fine with the flag
enabled, as we don't depend on any such incompatible libraries
2021-06-21 09:52:42 +02:00
Philip Kuryloski 388654c542
Add a partial Bazel build (#2938)
Adds WORKSPACE.bazel, BUILD.bazel & *.bzl files for partial build & test with Bazel. Introduces a build-time dependency on https://github.com/rabbitmq/bazel-erlang
2021-03-29 11:01:43 +02:00