Skip to content

Commit 5a81e93

Browse files
committed
chore: upgrade rules_apple and apple_support as required by Bazel 7
1 parent 4428635 commit 5a81e93

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

WORKSPACE

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
workspace(name = "build_stack_rules_proto")
22

3+
# Override transitives with Minimal versions that support Bazel 7
4+
# FIXME: figure out where these are being transitively loaded and update those sites instead
5+
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
6+
7+
http_archive(
8+
name = "build_bazel_rules_apple",
9+
sha256 = "20da675977cb8249919df14d0ce6165d7b00325fb067f0b06696b893b90a55e8",
10+
url = "https://github.com/bazelbuild/rules_apple/releases/download/3.0.0/rules_apple.3.0.0.tar.gz",
11+
)
12+
http_archive(
13+
name = "build_bazel_apple_support",
14+
sha256 = "9f7bb62c3ae889e0eae8c18458fd8764e2e537687d9a1d85885d6af980e4fc31",
15+
url = "https://github.com/bazelbuild/apple_support/releases/download/1.6.0/apple_support.1.6.0.tar.gz",
16+
)
17+
318
# gazelle:repo bazel_gazelle
419

520
# ----------------------------------------------------

0 commit comments

Comments
 (0)