Update to new rules_apple release (#906)

I created a release just to get past this issue with bazel HEAD
This commit is contained in:
Keith Smiley 2022-05-02 10:28:53 -07:00 committed by GitHub
parent c57b55f2f6
commit 78c5f77385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -58,12 +58,10 @@ load("@bazel_toolchains//rules:rbe_repo.bzl", "rbe_autoconfig")
# otherwise refer to RBE docs.
rbe_autoconfig(name = "buildkite_config")
# TODO: Use a rules_apple release once there is one that contains the commit below.
http_archive(
name = "build_bazel_rules_apple",
sha256 = "7cef4355e3cd2857b246ea52ba6b3092831a91c98945cb355e0f02f6a2f29274",
strip_prefix = "rules_apple-df98f37ea725005ec8682c9cd582bac74445b689",
url = "https://github.com/bazelbuild/rules_apple/archive/df98f37ea725005ec8682c9cd582bac74445b689.tar.gz",
sha256 = "12865e5944f09d16364aa78050366aca9dc35a32a018fa35f5950238b08bf744",
url = "https://github.com/bazelbuild/rules_apple/releases/download/0.34.2/rules_apple.0.34.2.tar.gz",
)
load(