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
2 changes: 1 addition & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tasks:
verify_targets_macos:
name: Verify build targets
bazel: 7.x
bazel: 8.x
platform: macos
build_targets:
- '@rules_xcodeproj//tools/generators/pbxproj_prefix:universal_pbxproj_prefix'
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(
name = "rules_xcodeproj",
version = "0.0.0",
bazel_compatibility = [">=7.0.0"],
bazel_compatibility = [">=8.0.0"],
compatibility_level = 1,
repo_name = "rules_xcodeproj",
)
Expand Down
4 changes: 0 additions & 4 deletions bazel_7.bazelrc

This file was deleted.

2 changes: 0 additions & 2 deletions bazel_8.bazelrc

This file was deleted.

3 changes: 0 additions & 3 deletions bazel_9.bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# 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: 2 additions & 0 deletions shared.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ build:rules_xcodeproj --remote_download_outputs=toplevel
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 --remote_cache_async
build:cache --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
Loading