mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-01 10:05:08 -05:00
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)",
|
||
|
},
|
||
|
)
|