Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions bazel/envoy_mobile_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ def upstream_envoy_overrides():
def swift_repos():
http_archive(
name = "build_bazel_rules_apple",
sha256 = "4300f45136dbe2edfa1ad38995760170a64006a5a14adfbe13c401668ec4c7da",
strip_prefix = "rules_apple-d9c827bf407793b37aa0e205a0730005c76ef7e8",
url = "https://github.com/bazelbuild/rules_apple/archive/d9c827bf407793b37aa0e205a0730005c76ef7e8.tar.gz",
sha256 = "cda6ed49f469030c5da81bdb047569686dbaa0a8cb7744c26dc3b2935de9688c",
strip_prefix = "rules_apple-c283c82941e9f7e58f5176b68850e6a91b68e956",
url = "https://github.com/bazelbuild/rules_apple/archive/c283c82941e9f7e58f5176b68850e6a91b68e956.tar.gz",
)

http_archive(
Expand Down
4 changes: 2 additions & 2 deletions bazel/swift_static_framework.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ _swift_static_framework = rule(
cfg = "host",
executable = True,
),
_whitelist_function_transition = attr.label(
default = "@build_bazel_rules_apple//tools/whitelists/function_transition_whitelist",
_allowlist_function_transition = attr.label(
default = "@build_bazel_rules_apple//tools/allowlists/function_transition_allowlist",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did bazel change these?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

Comment thread
rebello95 marked this conversation as resolved.
Outdated
),
_zipper = attr.label(
default = "@bazel_tools//tools/zip:zipper",
Expand Down