mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-20 20:31:38 -05:00
cc60de312e
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
13 lines
270 B
Python
13 lines
270 B
Python
sh_binary(
|
|
name = "tidy",
|
|
srcs = ["tidy.sh"],
|
|
data = [
|
|
"@bazel_gazelle//cmd/gazelle",
|
|
"@go_sdk//:bin/go",
|
|
],
|
|
env = {
|
|
"GAZELLE": "$(location @bazel_gazelle//cmd/gazelle)",
|
|
"GO": "$(location @go_sdk//:bin/go)",
|
|
},
|
|
)
|