Skip to content

Commit

Permalink
bazel: remove bazeldnf and pinned rpms
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Nov 28, 2023
1 parent 87d9612 commit 2443a2a
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 4,910 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ __pycache__/
/bazel-*
.bazeloverwriterc

# bazeldnf
.bazeldnf/

# mkosi
.mkosi-tmp*

Expand Down
4 changes: 0 additions & 4 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
load("@bazeldnf//:def.bzl", "bazeldnf")

exports_files([
"WORKSPACE.bazel",
])

bazeldnf(name = "bazeldnf")

alias(
name = "tidy",
actual = "//bazel/ci:tidy",
Expand Down
14 changes: 0 additions & 14 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -139,20 +139,6 @@ rules_proto_dependencies()

rules_proto_toolchains()

# dnf / rpm toolchain

load("//bazel/toolchains:dnf_deps.bzl", "dnf_deps")

dnf_deps()

load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies")

bazeldnf_dependencies()

load("//rpm:rpms.bzl", "rpms")

rpms()

# Buildifier
load("//bazel/toolchains:buildifier_deps.bzl", "buildifier_deps")

Expand Down
14 changes: 0 additions & 14 deletions bazel/toolchains/dnf_deps.bzl

This file was deleted.

933 changes: 0 additions & 933 deletions rpm/BUILD.bazel

This file was deleted.

7 changes: 0 additions & 7 deletions rpm/repo.yaml

This file was deleted.

Loading

0 comments on commit 2443a2a

Please sign in to comment.