build: disable bazeldnf temporary

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-02-01 14:30:05 +01:00
parent 93fc179134
commit d147e45361
No known key found for this signature in database
3 changed files with 9 additions and 8 deletions

View file

@ -1,5 +1,6 @@
load("@bazel_gazelle//:def.bzl", "gazelle")
load("@bazeldnf//:def.bzl", "bazeldnf")
# load("@bazeldnf//:def.bzl", "bazeldnf")
load("@com_github_bazelbuild_buildtools//buildifier:def.bzl", "buildifier", "buildifier_test")
# gazelle:prefix github.com/edgelesssys/constellation/v2
@ -15,7 +16,7 @@ gazelle(
command = "update-repos",
)
bazeldnf(name = "bazeldnf")
# bazeldnf(name = "bazeldnf")
buildifier_test(
name = "buildifier-check",

View file

@ -35,17 +35,17 @@ rules_proto_toolchains()
# dnf / rpm toolchain
load("//toolchains:dnf_deps.bzl", "dnf_deps")
# load("//toolchains:dnf_deps.bzl", "dnf_deps")
dnf_deps()
# dnf_deps()
load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies")
# load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies")
bazeldnf_dependencies()
# bazeldnf_dependencies()
load("//rpm:rpms.bzl", "rpms")
# load("//rpm:rpms.bzl", "rpms")
rpms()
# rpms()
# Buildifier
load("//toolchains:buildifier_deps.bzl", "buildifier_deps")