SERVER-109243: Define module extensions for codeowners binary and validator. (#40037)
GitOrigin-RevId: f388c547cf75bbc3b2f19b30359fba03ababc585
This commit is contained in:
committed by
MongoDB Bot
parent
3e6efff7c5
commit
7ea66d0872
@@ -59,3 +59,7 @@ _codeowners_binary = repository_rule(
|
||||
|
||||
def codeowners_binary():
|
||||
_codeowners_binary(name = "codeowners_binary")
|
||||
|
||||
codeowners_binary_extension = module_extension(
|
||||
implementation = lambda ctx: _codeowners_binary(name = "codeowners_binary"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user