-
-
Notifications
You must be signed in to change notification settings - Fork 683
Expand file tree
/
Copy path.bazelrc
More file actions
22 lines (15 loc) · 710 Bytes
/
.bazelrc
File metadata and controls
22 lines (15 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import %workspace%/.bazelrc.deleted_packages
test --test_output=errors
build --incompatible_default_to_explicit_init_py
build --@rules_python//python/config_settings:incompatible_default_to_explicit_init_py=True
# Ensure ongoing compatibility with this flag.
common --incompatible_disallow_struct_provider_syntax
# Makes Bazel 7 act more like Bazel 8
common --incompatible_use_plus_in_repo_names
# Explicitly enable for Windows
build --enable_runfiles
# Local disk cache greatly speeds up builds if the regular cache is lost
common --disk_cache=~/.cache/bazel/bazel-disk-cache
common --incompatible_python_disallow_native_rules
common --incompatible_no_implicit_file_export
build --lockfile_mode=update