-
-
Notifications
You must be signed in to change notification settings - Fork 84
/
.bazelrc
29 lines (25 loc) · 1.2 KB
/
.bazelrc
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
startup --windows_enable_symlinks
common --enable_runfiles
common --incompatible_strict_action_env
common --test_output=errors
# Profiling flags
common --noslim_profile
common --experimental_profile_include_target_label
common --experimental_profile_include_primary_output
common --experimental_collect_load_average_in_profiler
common --experimental_collect_system_network_usage
common --experimental_collect_worker_data_in_profiler
# Disable bzlmod lock file since it's not stable enough yet
common --lockfile_mode=off
# Load any settings specific to the current user.
# .bazelrc.user should appear in .gitignore so that settings are not shared with team members
# This needs to be last statement in this
# config, as the user configuration should be able to overwrite flags from this file.
# See https://docs.bazel.build/versions/master/best-practices.html#bazelrc
# (Note that we use .bazelrc.user so the file appears next to .bazelrc in directory listing,
# rather than user.bazelrc as suggested in the Bazel docs)
try-import %workspace%/.bazelrc.user
# Bazel 8 flags that will be flipped
common --incompatible_disallow_empty_glob
# Enable once our dependencies all support this
# common --incompatible_auto_exec_groups