[bazel] Enable compact *.repo_mapping manifest in common.bazelrc (IJI-2996)

GitOrigin-RevId: 88fe7d3a46b068232a1e05827180b54e56854304
This commit is contained in:
Ilia Kirianovskii
2025-09-08 21:22:25 +00:00
committed by intellij-monorepo-bot
parent 5721440847
commit dae88adfc2
+3
View File
@@ -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