Skip to content

Commit

Permalink
chore(deps): update com_grail_bazel_toolchain digest to 6edc43b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 0cf77d9 commit fd49cc7
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 = "7cc8dc4959c241aa3962df949581854fc3b37189d4bbe013a317f5408e156c42",
strip_prefix = "toolchains_llvm-6edc43be7e52d9f44bc842a9956bd40213b972b1",
urls = ["https://github.com/bazel-contrib/toolchains_llvm/archive/6edc43be7e52d9f44bc842a9956bd40213b972b1.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 = "7cc8dc4959c241aa3962df949581854fc3b37189d4bbe013a317f5408e156c42",
strip_prefix = "toolchains_llvm-6edc43be7e52d9f44bc842a9956bd40213b972b1",
urls = ["https://github.com/bazel-contrib/toolchains_llvm/archive/6edc43be7e52d9f44bc842a9956bd40213b972b1.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit fd49cc7

Please sign in to comment.