Commit Graph

3 Commits

Author SHA1 Message Date
Philip Kuryloski efcd881658 Use rules_erlang v2
bazel-erlang has been renamed rules_erlang. v2 is a substantial
refactor that brings Windows support. While this alone isn't enough to
run all rabbitmq-server suites on windows, one can at least now start
the broker (bazel run broker) and run the tests that do not start a
background broker process
2022-01-18 13:43:46 +01:00
Alexey Lebedeff 87532c4af4 Make test/development related makefile vars lazy
They were trying to run `hostname` and `which`, which produced a bunch
of error messages in a hermetic build environment.

And performance of those `shell` calls is not very important, as they
are caled just a few times during script runtime anyway (there is a
hack to make these lazy, but evaluating only once - but it's hardly
worth it).
2021-08-06 17:32:04 +02:00
Gerhard Lazu db35a3409b
Add bazel-test make target so that we can run tests in bazel quickly (#3138)
* Add bazel-test make target so that we can run tests in bazel quickly

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>

Co-authored-by: Philip Kuryloski <kuryloskip@vmware.com>
2021-07-20 11:53:39 +02:00