mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
8679988b6c
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
22 lines
423 B
Python
22 lines
423 B
Python
load("@bazeldnf//:def.bzl", "bazeldnf")
|
|
|
|
exports_files([
|
|
"WORKSPACE.bazel",
|
|
])
|
|
|
|
bazeldnf(name = "bazeldnf")
|
|
|
|
alias(
|
|
name = "tidy",
|
|
actual = "//bazel/ci:tidy",
|
|
)
|
|
|
|
alias(
|
|
name = "check",
|
|
actual = "//bazel/ci:check",
|
|
)
|
|
|
|
# These magic Gazelle commands need to be in the top-level BUILD file.
|
|
# gazelle:map_kind go_test go_test //bazel/go:go_test.bzl
|
|
# gazelle:prefix github.com/edgelesssys/constellation/v2
|