diff --git a/bazel_7.bazelrc b/bazel_7.bazelrc index 5ef382d3d..5eb80a234 100644 --- a/bazel_7.bazelrc +++ b/bazel_7.bazelrc @@ -1 +1,4 @@ common --incompatible_disallow_empty_glob + +build:cache --experimental_remote_cache_async +build:cache --experimental_remote_cache_compression diff --git a/bazel_8.bazelrc b/bazel_8.bazelrc index e69de29bb..0d3216563 100644 --- a/bazel_8.bazelrc +++ b/bazel_8.bazelrc @@ -0,0 +1,2 @@ +build:cache --remote_cache_async +build:cache --remote_cache_compression diff --git a/bazel_9.bazelrc b/bazel_9.bazelrc index b8768c6d7..2797cd940 100644 --- a/bazel_9.bazelrc +++ b/bazel_9.bazelrc @@ -1,2 +1,5 @@ # TODO: Remove once rules_apple is updated to support the new test toolchain common --@bazel_tools//tools/test:incompatible_use_default_test_toolchain=no + +build:cache --remote_cache_async +build:cache --remote_cache_compression diff --git a/shared.bazelrc b/shared.bazelrc index 5a899d516..d9615df9b 100644 --- a/shared.bazelrc +++ b/shared.bazelrc @@ -31,8 +31,6 @@ common:nobzlmod --@rules_xcodeproj//xcodeproj:extra_common_flags='--config=nobzl build:cache --bes_backend=grpcs://remote.buildbuddy.io build:cache --bes_results_url=https://app.buildbuddy.io/invocation/ build:cache --bes_upload_mode=nowait_for_upload_complete -build:cache --experimental_remote_cache_async -build:cache --experimental_remote_cache_compression build:cache --jobs=100 build:cache --modify_execution_info=^(AppleLipo|BitcodeSymbolsCopy|BundleApp|BundleTreeApp|DsymDwarf|DsymLipo|GenerateAppleSymbolsFile|ObjcBinarySymbolStrip|CppArchive|CppLink|ObjcLink|ProcessAndSign|SignBinary|SwiftArchive|SwiftStdlibCopy)$=+no-remote,^(BundleResources|ImportedDynamicFrameworkProcessor)$=+no-remote-exec build:cache --remote_cache=grpcs://remote.buildbuddy.io