We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd57dc commit be73a04Copy full SHA for be73a04
WORKSPACE
@@ -90,4 +90,10 @@ http_archive(
90
)
91
92
aspect_bazel_lib_dependencies()
93
-aspect_bazel_lib_register_toolchains()
+load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
94
+load("@platforms//host:extension.bzl", "host_platform_repo")
95
+
96
+maybe(
97
+ host_platform_repo,
98
+ name = "host_platform",
99
+)
0 commit comments