Skip to content

Commit 40bab89

Browse files
Adjust Bazel compatibility to Bazel 8+ repo-wide (#3294)
Signed-off-by: Brentley Jones <github@brentleyjones.com>
1 parent efae2ed commit 40bab89

6 files changed

Lines changed: 4 additions & 11 deletions

File tree

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tasks:
22
verify_targets_macos:
33
name: Verify build targets
4-
bazel: 7.x
4+
bazel: 8.x
55
platform: macos
66
build_targets:
77
- '@rules_xcodeproj//tools/generators/pbxproj_prefix:universal_pbxproj_prefix'

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module(
22
name = "rules_xcodeproj",
33
version = "0.0.0",
4-
bazel_compatibility = [">=7.0.0"],
4+
bazel_compatibility = [">=8.0.0"],
55
compatibility_level = 1,
66
repo_name = "rules_xcodeproj",
77
)

bazel_7.bazelrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

bazel_8.bazelrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

bazel_9.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# TODO: Remove once rules_apple is updated to support the new test toolchain
22
common --@bazel_tools//tools/test:incompatible_use_default_test_toolchain=no
3-
4-
build:cache --remote_cache_async
5-
build:cache --remote_cache_compression

shared.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ build:rules_xcodeproj --remote_download_outputs=toplevel
2929
build:cache --bes_backend=grpcs://remote.buildbuddy.io
3030
build:cache --bes_results_url=https://app.buildbuddy.io/invocation/
3131
build:cache --bes_upload_mode=nowait_for_upload_complete
32+
build:cache --remote_cache_async
33+
build:cache --remote_cache_compression
3234
build:cache --jobs=100
3335
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
3436
build:cache --remote_cache=grpcs://remote.buildbuddy.io

0 commit comments

Comments
 (0)