Skip to content

Commit 4589b00

Browse files
authored
Update build_bazel_apple_support version and checksum
This version contains bazelbuild/apple_support@44c43c7 which fixes missing `LC_UUID` errors when trying to build this (and transitive dependencies) on OSX Tahoe (e.g. google-ai-edge/LiteRT#4727).
1 parent 9586468 commit 4589b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ def rules_rust_dependencies():
125125
maybe(
126126
http_archive,
127127
name = "build_bazel_apple_support",
128-
sha256 = "b53f6491e742549f13866628ddffcc75d1f3b2d6987dc4f14a16b242113c890b",
129-
url = "https://github.com/bazelbuild/apple_support/releases/download/1.17.1/apple_support.1.17.1.tar.gz",
128+
sha256 = "1ae6fcf983cff3edab717636f91ad0efff2e5ba75607fdddddfd6ad0dbdfaf10",
129+
url = "https://github.com/bazelbuild/apple_support/releases/download/1.24.5/apple_support.1.24.5.tar.gz",
130130
)
131131

132132
# process_wrapper needs a low-dependency way to process json.

0 commit comments

Comments
 (0)