Skip to content

Commit

Permalink
Bazel: set alias targets to manual only (prysmaticlabs#9134)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon authored Jul 1, 2021
1 parent d6bd619 commit ca7b312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/target_migration.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ def moved_targets(targets, new_package):
name=target[1:],
actual=new_package+target,
deprecation="This target has moved to %s%s"%(new_package,target),
tags = ["manual"],
)

0 comments on commit ca7b312

Please sign in to comment.