Skip to content

Commit ec8075f

Browse files
committed
Add sha256 for aarch64-darwin-llvm20
1 parent 9c6f230 commit ec8075f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cc/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def swift_cc_toolchain_llvm20():
102102
build_file = Label("@rules_swiftnav//cc/toolchains/llvm20:llvm.BUILD.bzl"),
103103
url = AARCH64_DARWIN_LLVM20,
104104
strip_prefix = "LLVM-20.1.7-macOS-ARM64",
105-
# TODO: Add sha256 hash for integrity
105+
sha256 = "6aa75de00575ad0663183b00f00f39992ded611b5136e57649ace1e6a53c0d16",
106106
)
107107

108108
maybe(

0 commit comments

Comments
 (0)