Commit Graph

4 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
Philip Kuryloski 75c50c0561 Additional erlang_ls.config fixes under bazel 2021-12-16 16:32:01 +01:00
Philip Kuryloski b7e85db824 Add deps/rabbit/apps/* to the bazel erlang_ls config 2021-12-07 09:42:41 +01:00
Philip Kuryloski 67ad541515 Add a bazel rule for generating erlang_ls.config
If you are using bazel, you can switch to this with:
1. `bazelisk build //tools:erlang_ls.config`
2. `cp bazel-bin/tools/erlang_ls.config erlang_ls.config`
2021-11-29 12:58:02 +01:00