Skip to content

Commit a24508a

Browse files
committed
fix: remote target_compatible_with from jq and yq toolchains
1 parent 7747491 commit a24508a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/private/jq_toolchain.bzl

-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ resolved_toolchain(name = "resolved_toolchain", visibility = ["//visibility:publ
134134
toolchain(
135135
name = "{platform}_toolchain",
136136
exec_compatible_with = {compatible_with},
137-
target_compatible_with = {compatible_with},
138137
toolchain = "@{user_repository_name}_{platform}//:jq_toolchain",
139138
toolchain_type = "@aspect_bazel_lib//lib:jq_toolchain_type",
140139
)

lib/private/yq_toolchain.bzl

-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ resolved_toolchain(name = "resolved_toolchain", visibility = ["//visibility:publ
174174
toolchain(
175175
name = "{platform}_toolchain",
176176
exec_compatible_with = {compatible_with},
177-
target_compatible_with = {compatible_with},
178177
toolchain = "@{user_repository_name}_{platform}//:yq_toolchain",
179178
toolchain_type = "@aspect_bazel_lib//lib:yq_toolchain_type",
180179
)

0 commit comments

Comments
 (0)