mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 13:28:01 -05:00
Bazel: set alias targets to manual only (#9134)
This commit is contained in:
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user