-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bazelrc.remote
29 lines (24 loc) · 1.5 KB
/
.bazelrc.remote
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Build event stream setup.
# docs: https://bazel.build/reference/command-line-reference#flag--bes_results_url
build --bes_results_url=https://app.buildbuddy.io/invocation/
# docs: https://bazel.build/reference/command-line-reference#flag--remote_build_event_upload
build --experimental_remote_build_event_upload=minimal
# docs: https://bazel.build/reference/command-line-reference#flag--slim_profile
build --noslim_profile
# docs: https://bazel.build/reference/command-line-reference#flag--experimental_profile_include_target_label
build --experimental_profile_include_target_label
# docs: https://bazel.build/reference/command-line-reference#flag--experimental_profile_include_primary_output
build --experimental_profile_include_primary_output
# docs: https://bazel.build/reference/command-line-reference#flag--legacy_important_outputs
build --nolegacy_important_outputs
# docs: https://bazel.build/reference/command-line-reference#flag--bes_backend
build --bes_backend=grpcs://remote.buildbuddy.io
# Remote cache setup.
# docs: https://bazel.build/reference/command-line-reference#flag--remote_cache
build --remote_cache=grpcs://remote.buildbuddy.io
# docs: https://bazel.build/reference/command-line-reference#flag--remote_cache_compression
build --experimental_remote_cache_compression
# docs: https://bazel.build/reference/command-line-reference#flag--remote_download_toplevel
build --remote_download_toplevel
# docs: https://bazel.build/reference/command-line-reference#flag--remote_timeout
build --remote_timeout=3600