Skip to content

Commit

Permalink
fix: cc: toolchain: add sha256 for aarch64 llvm toolchain (#123)
Browse files Browse the repository at this point in the history
Adds the sha256 checksum to validate the llvm download.

Besides security - without the sha this artifact is not kept in bazels
repository cache.
  • Loading branch information
jungleraptor authored Oct 25, 2023
1 parent a1e7491 commit b8eb403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cc/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def swift_cc_toolchain():
build_file = Label("//cc/toolchains/llvm:llvm.BUILD.bzl"),
url = AARCH64_LINUX_LLVM,
strip_prefix = "clang+llvm-14.0.0-aarch64-linux-gnu",
sha256 = "1792badcd44066c79148ffeb1746058422cc9d838462be07e3cb19a4b724a1ee",
)

maybe(
Expand Down

0 comments on commit b8eb403

Please sign in to comment.