Skip to content

Commit

Permalink
update llvm toolchain repo (#110)
Browse files Browse the repository at this point in the history
includes 17.0.2 for macos

Change-Id: I591c164d3e1feb4770d062ed915c0259d944fc39
  • Loading branch information
garymm authored Nov 20, 2023
1 parent 61f7f2b commit 3c53fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ bootlin_toolchain(
libc_impl = "glibc",
)

BAZEL_TOOLCHAIN_VERSION = "a76d197a47ad7dbfc9374ccd5691cb4ebd985607"
BAZEL_TOOLCHAIN_VERSION = "ade23e0e37c5308162c012a4f4224459c1c4fa22"

http_archive(
name = "bazel_toolchain",
sha256 = "dcb4552eccfdaae1915153a676a36d9d861a9809065c6de5816cc0ea1d7e0479",
sha256 = "968e507ce913b93971aeb77b4b0a96f7b59b1f51cbaae57aefef4c573776ed56",
strip_prefix = "bazel-toolchain-%s" % BAZEL_TOOLCHAIN_VERSION,
url = "https://github.com/grailbio/bazel-toolchain/archive/%s.tar.gz" % BAZEL_TOOLCHAIN_VERSION,
)
Expand Down

0 comments on commit 3c53fa6

Please sign in to comment.