summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2022-05-25 16:41:54 +0200
committerPhilip Kuryloski <kuryloskip@vmware.com>2022-05-25 16:41:54 +0200
commit707b902a892ded776cf40f1699f1fee4ae420f4d (patch)
tree7aadf85e1a783f196b0f3843a0ceccec3c7d89d7
parent9dc9b92a94f3f3bb48824ea21b9f4a9236a9a3d3 (diff)
downloadrabbitmq-server-git-707b902a892ded776cf40f1699f1fee4ae420f4d.tar.gz
Adjust bazel configuration for macos
-rw-r--r--user-template.bazelrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/user-template.bazelrc b/user-template.bazelrc
index 2034fcd504..6df69345bf 100644
--- a/user-template.bazelrc
+++ b/user-template.bazelrc
@@ -7,6 +7,11 @@ build --//:elixir_home=/Users/rabbitmq/.kiex/elixirs/elixir-1.12.0/lib/elixir
# adding "--spawn_strategy=local" to the invocation is a workaround
build --spawn_strategy=local
+# --experimental_strict_action_env breaks memory size detection on macOS,
+# so turn it off for local runs
+build --noexperimental_strict_action_env
+build:buildbuddy --experimental_strict_action_env
+
# don't re-run flakes automatically on the local machine
build --flaky_test_attempts=1