mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-22 06:50:43 -04:00
bazel: migrate rules_pkg to bzlmod
This commit is contained in:
parent
8abac5c2fd
commit
2ba94f5ba8
3 changed files with 1 additions and 24 deletions
|
@ -1,15 +0,0 @@
|
|||
"""rules_pkg dependencies"""
|
||||
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
def pkg_deps():
|
||||
http_archive(
|
||||
name = "rules_pkg",
|
||||
urls = [
|
||||
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.10.1/rules_pkg-0.10.1.tar.gz",
|
||||
"https://cdn.confidential.cloud/constellation/cas/sha256/d250924a2ecc5176808fc4c25d5cf5e9e79e6346d79d5ab1c493e289e722d1d0",
|
||||
"https://github.com/bazelbuild/rules_pkg/releases/download/0.10.1/rules_pkg-0.10.1.tar.gz",
|
||||
],
|
||||
sha256 = "d250924a2ecc5176808fc4c25d5cf5e9e79e6346d79d5ab1c493e289e722d1d0",
|
||||
type = "tar.gz",
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue