Skip to content

Commit ca7b312

Browse files
Bazel: set alias targets to manual only (OffchainLabs#9134)
1 parent d6bd619 commit ca7b312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/target_migration.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ def moved_targets(targets, new_package):
44
name=target[1:],
55
actual=new_package+target,
66
deprecation="This target has moved to %s%s"%(new_package,target),
7+
tags = ["manual"],
78
)

0 commit comments

Comments
 (0)