Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions bazel_7.bazelrc
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
common --incompatible_disallow_empty_glob

build:cache --experimental_remote_cache_async
build:cache --experimental_remote_cache_compression
2 changes: 2 additions & 0 deletions bazel_8.bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build:cache --remote_cache_async
build:cache --remote_cache_compression
3 changes: 3 additions & 0 deletions bazel_9.bazelrc
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions shared.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down