-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bazelrc
31 lines (24 loc) · 1.04 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
30
31
# flags recommended in https://blog.aspect.dev/bazelrc-flags
build --sandbox_default_allow_network=false
test --incompatible_exclusive_test_sandboxed
build --incompatible_strict_action_env
build --nolegacy_external_runfiles
startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1
build --experimental_remote_merkle_tree_cache
build --remote_local_fallback
build --heap_dump_on_oom
build --incompatible_remote_results_ignore_disk
build --incompatible_default_to_explicit_init_py
build --noexperimental_check_output_files
test --test_verbose_timeout_warnings
build --experimental_remote_build_event_upload=minimal
build --experimental_reuse_sandbox_directories
build --experimental_inprocess_symlink_creation
test --build_tests_only
build --sandbox_fake_hostname --sandbox_fake_username
build --experimental_allow_tags_propagation
build --experimental_repository_cache_hardlinks
common --enable_bzlmod
common --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig
common --@aspect_rules_ts//ts:default_to_tsc_transpiler
try-import %workspace%/.bazelrc.user