-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.bazelrc
More file actions
43 lines (35 loc) · 1.72 KB
/
Copy path.bazelrc
File metadata and controls
43 lines (35 loc) · 1.72 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
common --registry=https://raw.githubusercontent.com/digiboys/bazel-registry/main
common --registry=https://bcr.bazel.build
common --repo_env="BAZEL_USE_CPP_ONLY_TOOLCHAIN=1"
common --xcode_version_config=//:host_xcodes
common --action_env="BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1"
common --announce_rc
common --color=yes
common --curses=yes
common --ui_actions_shown=20
common --progress_in_terminal_title
common --enable_platform_specific_config
common:remote-cache --bes_results_url=https://oliverlee.buildbuddy.io/invocation/
common:remote-cache --bes_backend=grpcs://oliverlee.buildbuddy.io
common:remote-cache --remote_cache=grpcs://oliverlee.buildbuddy.io
common:remote-cache --remote_instance_name=cortex_m-instance-0
common:remote-cache --remote_header=x-buildbuddy-api-key=khiIK9lMQtIp1BztvPQE
common:remote-cache --remote_timeout=10m
common:remote-cache --remote_build_event_upload=minimal
common:remote-cache --remote_download_outputs=minimal
common:remote-cache --remote_cache_compression
common:remote-cache --slim_profile=false
common:remote-cache --experimental_profile_include_primary_output
common:remote-cache --experimental_profile_include_target_label
common:remote-cache --legacy_important_outputs=false
common --@rules_python//python/config_settings:bootstrap_impl=script
common --experimental_repository_cache_hardlinks
build --@bazel_clang_format//:binary=@llvm_toolchain//:clang-format
build --@bazel_clang_format//:config=//:format-config
build --@rules_clang_tidy//:clang-tidy=@llvm_toolchain//:clang-tidy
build --@rules_clang_tidy//:config=//:tidy-config
test --test_output=errors
test --test_summary=detailed
test --test_verbose_timeout_warnings
try-import %workspace%/.nixos-autoconfig/bazelrc
try-import %workspace%/user.bazelrc