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 f4627de commit 62bbe44Copy full SHA for 62bbe44
WORKSPACE
@@ -91,10 +91,10 @@ http_archive(
91
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
92
93
aspect_bazel_lib_dependencies()
94
-load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
95
-load("@platforms//host:extension.bzl", "host_platform_repo")
+# load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
+# load("@platforms//host:extension.bzl", "host_platform_repo")
96
97
-maybe(
98
- host_platform_repo,
99
- name = "host_platform",
100
-)
+# maybe(
+# host_platform_repo,
+# name = "host_platform",
+# )
0 commit comments