constellation/bazel/toolchains/multirun_deps.bzl

16 lines
644 B
Python
Raw Normal View History

"""multirun_deps"""
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def multirun_deps():
http_archive(
name = "com_github_ash2k_bazel_tools",
2024-05-10 05:31:02 -04:00
sha256 = "c5c2bb097ef427ab021f522828167c6d85c3e9077763629343282c51dbde03db",
strip_prefix = "bazel-tools-ad2d84beb4e577bda323c8517533b046ed34e6ad",
urls = [
2024-05-10 05:31:02 -04:00
"https://cdn.confidential.cloud/constellation/cas/sha256/c5c2bb097ef427ab021f522828167c6d85c3e9077763629343282c51dbde03db",
"https://github.com/ash2k/bazel-tools/archive/ad2d84beb4e577bda323c8517533b046ed34e6ad.tar.gz",
],
type = "tar.gz",
)