Mark filter-crd target as a tool dependency instead of src
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
930827b06b
commit
5eb3cb6313
@ -31,7 +31,6 @@ VARIANTS = {
|
||||
name = "%s.crds" % name,
|
||||
srcs = [
|
||||
"00-crds.yaml",
|
||||
"//hack/filter-crd",
|
||||
],
|
||||
outs = ["%s.crds.yaml" % name],
|
||||
cmd = " ".join([
|
||||
@ -40,6 +39,9 @@ VARIANTS = {
|
||||
"$(location 00-crds.yaml)",
|
||||
"> $@",
|
||||
]),
|
||||
tools = [
|
||||
"//hack/filter-crd",
|
||||
],
|
||||
) for (name, values) in VARIANTS.items()]
|
||||
|
||||
[genrule(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user