Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
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
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.4.1
12 changes: 6 additions & 6 deletions bazel/envoy_mobile_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ 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 = "8219971a5e7bb00827239ff997a3a5bde35fc06f29595f6861fc79528f370e20",
strip_prefix = "rules_apple-b35ed275931a316b34089fc7fa5e1f20fbf8a15d",
url = "https://github.com/bazelbuild/rules_apple/archive/b35ed275931a316b34089fc7fa5e1f20fbf8a15d.tar.gz",
)

http_archive(
name = "build_bazel_rules_swift",
sha256 = "655bff6cd7ab989cceaa08b22956d775744c39aebaa3caa651a556590acec96c",
strip_prefix = "rules_swift-15d2b18ac7a71796984c4064fc0b570260969ac3",
url = "https://github.com/bazelbuild/rules_swift/archive/15d2b18ac7a71796984c4064fc0b570260969ac3.tar.gz",
sha256 = "e571fd8920dbca579b042ce8350e13639d10d3386a7fa2518956b25c7c70e758",
strip_prefix = "rules_swift-f868e5fcf89d1639b9c1593f920dae30e10cfc72",
url = "https://github.com/bazelbuild/rules_swift/archive/f868e5fcf89d1639b9c1593f920dae30e10cfc72.tar.gz",
)

def kotlin_repos():
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
2 changes: 1 addition & 1 deletion envoy
Submodule envoy updated 254 files