2023-01-30 11:15:59 -05:00
|
|
|
load("@bazeldnf//:def.bzl", "bazeldnf")
|
|
|
|
|
2023-03-13 13:33:31 -04:00
|
|
|
exports_files([
|
|
|
|
"WORKSPACE.bazel",
|
|
|
|
])
|
2023-03-09 09:23:42 -05:00
|
|
|
|
2023-01-30 11:15:59 -05:00
|
|
|
bazeldnf(name = "bazeldnf")
|
|
|
|
|
2023-03-13 13:33:31 -04:00
|
|
|
alias(
|
|
|
|
name = "tidy",
|
|
|
|
actual = "//bazel/ci:tidy",
|
2023-01-30 11:15:59 -05:00
|
|
|
)
|
|
|
|
|
2023-03-13 13:33:31 -04:00
|
|
|
alias(
|
|
|
|
name = "check",
|
|
|
|
actual = "//bazel/ci:check",
|
2023-01-30 11:15:59 -05:00
|
|
|
)
|
2023-03-13 13:33:31 -04:00
|
|
|
|
2023-03-17 11:20:39 -04:00
|
|
|
alias(
|
|
|
|
name = "generate",
|
|
|
|
actual = "//bazel/ci:generate",
|
|
|
|
)
|
|
|
|
|
2023-03-14 08:57:39 -04:00
|
|
|
alias(
|
|
|
|
name = "devbuild",
|
2023-04-27 05:52:02 -04:00
|
|
|
actual = "//bazel/release:build_and_push",
|
2023-04-03 12:13:17 -04:00
|
|
|
)
|
|
|
|
|
2023-03-14 03:23:11 -04:00
|
|
|
# These magic Gazelle commands need to be in the top-level BUILD file.
|
2023-03-13 13:33:31 -04:00
|
|
|
# gazelle:map_kind go_test go_test //bazel/go:go_test.bzl
|
|
|
|
# gazelle:prefix github.com/edgelesssys/constellation/v2
|