summaryrefslogtreecommitdiff
path: root/user-template.bazelrc
diff options
context:
space:
mode:
authorRin Kuryloski <kuryloskip@vmware.com>2022-08-31 11:07:57 +0200
committerRin Kuryloski <kuryloskip@vmware.com>2022-09-19 16:43:10 +0200
commit8537d0428bf44b9e744fba12902cf40eaa756784 (patch)
tree7d8c5064dac6b74824bbbac2b2a6e4fa68f3426e /user-template.bazelrc
parent90cc0e2abf944141feedaf3190d7b6d8b4741b11 (diff)
downloadrabbitmq-server-git-8537d0428bf44b9e744fba12902cf40eaa756784.tar.gz
Use rules_erlang 3.6.3
Use the new @erlang_config repo from rules_erlang 3.6+ for simplified config and the elimiation of the need for --config=local
Diffstat (limited to 'user-template.bazelrc')
-rw-r--r--user-template.bazelrc10
1 files changed, 1 insertions, 9 deletions
diff --git a/user-template.bazelrc b/user-template.bazelrc
index 42dfb2955e..d50ea5e626 100644
--- a/user-template.bazelrc
+++ b/user-template.bazelrc
@@ -1,6 +1,4 @@
-build:local --@rules_erlang//:erlang_home=/Users/rabbitmq/kerl/25.0
-build:local --@rules_erlang//:erlang_version=25.0
-build:local --//:elixir_home=/Users/rabbitmq/.kiex/elixirs/elixir-1.14.0/lib/elixir
+build --elixir_home=/Users/rabbitmq/.kiex/elixirs/elixir-1.14.0/lib/elixir
# rabbitmqctl wait shells out to 'ps', which is broken in the bazel macOS
# sandbox (https://github.com/bazelbuild/bazel/issues/7448)
@@ -16,9 +14,3 @@ build:buildbuddy --experimental_strict_action_env
build --flaky_test_attempts=1
build:buildbuddy --remote_header=x-buildbuddy-api-key=YOUR_API_KEY
-
-# cross compile for linux (if on macOS) with rbe
-# build:rbe --host_cpu=k8
-# build:rbe --cpu=k8
-
-build --@io_bazel_rules_docker//transitions:enable=false