File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 11workspace (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# ----------------------------------------------------
You can’t perform that action at this time.
0 commit comments