main
text 26 lines 689 Bytes
Raw
1 # BuildBuddy
2 build --bes_results_url=https://app.buildbuddy.io/invocation/
3 build --bes_backend=grpcs://remote.buildbuddy.io
4 build --nolegacy_important_outputs
5 try-import ./auth.bazelrc
6
7 ###############################
8 # Filesystem interactions #
9 ###############################
10
11 build --disk_cache=~/.bazel/cache
12 build --repository_cache=~/.bazel/repo_cache
13
14 build --symlink_prefix=dist/
15
16 build --nolegacy_external_runfiles
17 run --nolegacy_external_runfiles
18 test --nolegacy_external_runfiles
19
20 build --incompatible_strict_action_env
21 run --incompatible_strict_action_env
22 test --incompatible_strict_action_env
23
24 build --enable_runfiles
25 run --enable_runfiles
26 test --enable_runfiles