Skip to content

Commit

Permalink
chore: build verifier_test deps in the exec configuration (#6110)
Browse files Browse the repository at this point in the history
  • Loading branch information
salguarnieri committed Apr 21, 2024
1 parent 1a5bd22 commit 661ed82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build_rules/verifier_test/verifier_test_impl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ verifier_test = rule(
"deps": attr.label_list(
doc = "Targets which produce graph entries to verify.",
providers = [[KytheEntries], [KytheEntryProducerInfo]],
cfg = "exec",
),
"_template": attr.label(
default = Label("//tools/build_rules/verifier_test:verifier_test.sh.in"),
Expand Down

0 comments on commit 661ed82

Please sign in to comment.