mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
bazel: upgrade bazeldnf to produce deterministic rpm2tar artifacts
This commit is contained in:
parent
bd82071dd5
commit
18e7bffc67
@ -5,10 +5,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
|||||||
def dnf_deps():
|
def dnf_deps():
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "bazeldnf",
|
name = "bazeldnf",
|
||||||
sha256 = "c6aecb167e41e923aeaa629443dabb7dc37462d96db928c3e91e2b019160e710",
|
sha256 = "b10513edd9cb57717f538a928922b57cf4ee96f0cc4e37312e805a354222abb4",
|
||||||
urls = [
|
urls = [
|
||||||
"https://cdn.confidential.cloud/constellation/cas/sha256/c6aecb167e41e923aeaa629443dabb7dc37462d96db928c3e91e2b019160e710",
|
"https://cdn.confidential.cloud/constellation/cas/sha256/b10513edd9cb57717f538a928922b57cf4ee96f0cc4e37312e805a354222abb4",
|
||||||
"https://github.com/rmohr/bazeldnf/releases/download/v0.5.7/bazeldnf-v0.5.7.tar.gz",
|
"https://github.com/malt3/bazeldnf/releases/download/v0.5.8-rc0-malt3/bazeldnf-v0.5.8-rc0-malt3.tar.gz",
|
||||||
],
|
],
|
||||||
type = "tar.gz",
|
type = "tar.gz",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user