Skip to content

Commit 62bbe44

Browse files
fix
1 parent f4627de commit 62bbe44

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

WORKSPACE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ http_archive(
9191
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
9292

9393
aspect_bazel_lib_dependencies()
94-
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
95-
load("@platforms//host:extension.bzl", "host_platform_repo")
94+
# load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
95+
# load("@platforms//host:extension.bzl", "host_platform_repo")
9696

97-
maybe(
98-
host_platform_repo,
99-
name = "host_platform",
100-
)
97+
# maybe(
98+
# host_platform_repo,
99+
# name = "host_platform",
100+
# )

0 commit comments

Comments
 (0)