Browse Source

Add bazel options to align with gerrit's

Change-Id: I6addd5fcaecb8c2508e1d5776ecfed8ae676b6ed
Signed-off-by: David Ostrovsky <david@ostrovsky.org>
tags/v5.3.2.201906051522-r
David Ostrovsky 5 years ago
parent
commit
a4f5fc1572
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      .bazelrc

+ 8
- 0
.bazelrc View File

@@ -0,0 +1,8 @@
build --repository_cache=~/.gerritcodereview/bazel-cache/repository
build --experimental_strict_action_env
build --action_env=PATH
build --disk_cache=~/.gerritcodereview/bazel-cache/cas

test --build_tests_only
test --test_output=errors


Loading…
Cancel
Save