We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc76587 commit 4ba0b25Copy full SHA for 4ba0b25
.bazelrc
@@ -1,4 +1,5 @@
1
build --incompatible_strict_action_env
2
+build --local_test_jobs=1
3
4
build:buildbuddy --bes_results_url=https://app.buildbuddy.io/invocation/
5
build:buildbuddy --bes_backend=grpcs://cloud.buildbuddy.io
user-template.bazelrc
@@ -7,9 +7,6 @@ build --//:elixir_home=/Users/rabbitmq/.kiex/elixirs/elixir-1.12.0/lib/elixir
7
# adding "--spawn_strategy=local" to the invocation is a workaround
8
build --spawn_strategy=local
9
10
-# run one test at a time on the local machine
11
-build --test_strategy=exclusive
12
-
13
# don't re-run flakes automatically on the local machine
14
build --flaky_test_attempts=1
15
0 commit comments