Skip to content

Commit 6c33817

Browse files
A GooglerBlaze Rules Copybara
authored andcommitted
Internal change
PiperOrigin-RevId: 721337193
1 parent 1358636 commit 6c33817

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/util.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ _SKIP_CI_TAGS = [
3333
PREVENT_IMPLICIT_BUILDING_TAGS = [
3434
"manual", # Prevent `bazel ...` from directly building them
3535
# copybara-marker: skip-coverage-tag
36+
"nobuilder", # Prevent Tricorder from building them
3637
] + _SKIP_CI_TAGS
3738
PREVENT_IMPLICIT_BUILDING = {"tags": PREVENT_IMPLICIT_BUILDING_TAGS}
3839

0 commit comments

Comments
 (0)