feat: declare host_repo in bzlmod extension
This commit is contained in:
parent
dda3bbda86
commit
23eb184493
|
@ -7,12 +7,14 @@ load(
|
|||
"register_jq_toolchains",
|
||||
"register_yq_toolchains",
|
||||
)
|
||||
load("//lib/private:host_repo.bzl", "host_repo")
|
||||
|
||||
def _toolchain_extension(_):
|
||||
register_copy_directory_toolchains(register = False)
|
||||
register_copy_to_directory_toolchains(register = False)
|
||||
register_jq_toolchains(register = False)
|
||||
register_yq_toolchains(register = False)
|
||||
host_repo(name = "aspect_bazel_lib_host")
|
||||
|
||||
# TODO: some way for users to control repo name/version of the tools installed
|
||||
ext = module_extension(
|
||||
|
|
Loading…
Reference in New Issue