Skip to content

Commit a15458c

Browse files
committed
clean up
1 parent 0644c03 commit a15458c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tools/BUILD.bazel

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,6 @@ toolchain(
9999
visibility = ["//visibility:public"],
100100
)
101101

102-
# toolchain(
103-
# name = "opa_osx_amd64_toolchain",
104-
# exec_compatible_with = [
105-
# "@platforms//os:osx",
106-
# "@platforms//cpu:x86_64",
107-
# ],
108-
# target_compatible_with = [
109-
# "@platforms//os:osx",
110-
# "@platforms//cpu:x86_64",
111-
# ],
112-
# toolchain = ":opa_macos_amd64",
113-
# toolchain_type = ":toolchain_type",
114-
# )
115-
116102
toolchain(
117103
name = "opa_darwin_arm64_toolchain",
118104
exec_compatible_with = [

0 commit comments

Comments
 (0)