Skip to content

Commit

Permalink
chore(deps): update com_grail_bazel_toolchain digest to cd138e1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent b1e8c00 commit 7334949
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "com_grail_bazel_toolchain",
sha256 = "a9fc7cf01d0ea0a935bd9e3674dd3103766db77dfc6aafcb447a7ddd6ca24a78",
strip_prefix = "toolchains_llvm-c65ef7a45907016a754e5bf5bfabac76eb702fd3",
urls = ["https://github.com/bazel-contrib/toolchains_llvm/archive/c65ef7a45907016a754e5bf5bfabac76eb702fd3.tar.gz"],
sha256 = "f350ddec20cda107726986661c19f70a4f58aa07f75555e0532fe93e7fc81acd",
strip_prefix = "toolchains_llvm-cd138e1b7d531b4647fc92b0293faa8f65c869f7",
urls = ["https://github.com/bazel-contrib/toolchains_llvm/archive/cd138e1b7d531b4647fc92b0293faa8f65c869f7.tar.gz"],
)

_SYSROOT_LINUX_BUILD_FILE = """
Expand Down
6 changes: 3 additions & 3 deletions js/private/dev_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ def rules_js_dev_dependencies():

http_archive(
name = "com_grail_bazel_toolchain",
sha256 = "a9fc7cf01d0ea0a935bd9e3674dd3103766db77dfc6aafcb447a7ddd6ca24a78",
strip_prefix = "toolchains_llvm-c65ef7a45907016a754e5bf5bfabac76eb702fd3",
urls = ["https://github.com/bazel-contrib/toolchains_llvm/archive/c65ef7a45907016a754e5bf5bfabac76eb702fd3.tar.gz"],
sha256 = "f350ddec20cda107726986661c19f70a4f58aa07f75555e0532fe93e7fc81acd",
strip_prefix = "toolchains_llvm-cd138e1b7d531b4647fc92b0293faa8f65c869f7",
urls = ["https://github.com/bazel-contrib/toolchains_llvm/archive/cd138e1b7d531b4647fc92b0293faa8f65c869f7.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 7334949

Please sign in to comment.