Skip to content

Commit

Permalink
chore(deps): update com_grail_bazel_toolchain digest to e70b8d7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent b7a5711 commit 5569e7f
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 @@ -18,9 +18,9 @@ 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 = "50e5b051f9f108f7583269ffb4e5b23bbd85e5ccc3d3f0b6f6dc625c3d31b599",
strip_prefix = "toolchains_llvm-e70b8d7fcb256f23a90bceb773a273138ebe4d27",
urls = ["https://github.com/bazel-contrib/toolchains_llvm/archive/e70b8d7fcb256f23a90bceb773a273138ebe4d27.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 @@ -62,9 +62,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 = "50e5b051f9f108f7583269ffb4e5b23bbd85e5ccc3d3f0b6f6dc625c3d31b599",
strip_prefix = "toolchains_llvm-e70b8d7fcb256f23a90bceb773a273138ebe4d27",
urls = ["https://github.com/bazel-contrib/toolchains_llvm/archive/e70b8d7fcb256f23a90bceb773a273138ebe4d27.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 5569e7f

Please sign in to comment.