mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[bazel] Enable compact *.repo_mapping manifest in common.bazelrc (IJI-2996)
GitOrigin-RevId: 88fe7d3a46b068232a1e05827180b54e56854304
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5721440847
commit
dae88adfc2
@@ -90,6 +90,9 @@ common --experimental_platform_in_output_dir
|
||||
# Do not depend on external environment
|
||||
build --action_env BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
|
||||
|
||||
# Enable compact *.repo_mapping manifest
|
||||
build --incompatible_compact_repo_mapping_manifest
|
||||
|
||||
# Generally good remote cache tweaks
|
||||
# on CI, set remote_cache_async to false! set to false for local runs also, to investigate https://github.com/bazelbuild/bazel/issues/19273
|
||||
common --remote_cache_async=false --remote_cache_compression=true
|
||||
|
||||
Reference in New Issue
Block a user