Skip to content

Commit

Permalink
fix: remote target_compatible_with from jq and yq toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
kormide committed Jul 6, 2022
1 parent 7747491 commit a24508a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/private/jq_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ resolved_toolchain(name = "resolved_toolchain", visibility = ["//visibility:publ
toolchain(
name = "{platform}_toolchain",
exec_compatible_with = {compatible_with},
target_compatible_with = {compatible_with},
toolchain = "@{user_repository_name}_{platform}//:jq_toolchain",
toolchain_type = "@aspect_bazel_lib//lib:jq_toolchain_type",
)
Expand Down
1 change: 0 additions & 1 deletion lib/private/yq_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ resolved_toolchain(name = "resolved_toolchain", visibility = ["//visibility:publ
toolchain(
name = "{platform}_toolchain",
exec_compatible_with = {compatible_with},
target_compatible_with = {compatible_with},
toolchain = "@{user_repository_name}_{platform}//:yq_toolchain",
toolchain_type = "@aspect_bazel_lib//lib:yq_toolchain_type",
)
Expand Down

0 comments on commit a24508a

Please sign in to comment.