Upgrade rules_apple to 0.34.0 (#896)

This commit is contained in:
Florian Weikert 2022-04-19 21:51:09 +02:00 committed by GitHub
parent cac46994c9
commit 35c36a5882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -60,8 +60,8 @@ rbe_autoconfig(name = "buildkite_config")
http_archive(
name = "build_bazel_rules_apple",
sha256 = "0052d452af7742c8f3a4e0929763388a66403de363775db7e90adecb2ba4944b",
url = "https://github.com/bazelbuild/rules_apple/releases/download/0.31.3/rules_apple.0.31.3.tar.gz",
sha256 = "4161b2283f80f33b93579627c3bd846169b2d58848b0ffb29b5d4db35263156a",
url = "https://github.com/bazelbuild/rules_apple/releases/download/0.34.0/rules_apple.0.34.0.tar.gz",
)
load(

View File

@ -1,4 +1,5 @@
load("@bazel_skylib//rules:build_test.bzl", "build_test")
load("@build_bazel_rules_apple//apple:apple_binary.bzl", "apple_binary")
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
cc_test(