Skip to content

Commit

Permalink
Replace @bazel_tools//platforms with @platforms//os (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdecooman authored and danigar committed Sep 25, 2023
1 parent 30580a2 commit a1600a8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion toolchains/gpg/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ toolchain(
toolchain(
name = "gpg_osx_toolchain",
target_compatible_with = [
"@bazel_tools//platforms:osx",
"@platforms//os:osx",
],
toolchain = ":gpg_darwin",
toolchain_type = ":toolchain_type",
Expand Down
2 changes: 1 addition & 1 deletion toolchains/helm-3/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ toolchain(
toolchain(
name = "helm_v3.8.0_osx_toolchain",
target_compatible_with = [
"@bazel_tools//platforms:osx",
"@platforms//os:osx",
],
toolchain = "@helm_toolchain_configure//:helm_v3.8.0_darwin",
toolchain_type = ":toolchain_type",
Expand Down
2 changes: 1 addition & 1 deletion toolchains/helm/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ toolchain(
toolchain(
name = "helm_v2.17.0_osx_toolchain",
target_compatible_with = [
"@bazel_tools//platforms:osx",
"@platforms//os:osx",
],
toolchain = ":helm_v2.17.0_darwin",
toolchain_type = ":toolchain_type",
Expand Down
2 changes: 1 addition & 1 deletion toolchains/kubectl/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ toolchain(
toolchain(
name = "kubectl_osx_toolchain",
target_compatible_with = [
"@bazel_tools//platforms:osx",
"@platforms//os:osx",
],
toolchain = ":kubectl_darwin",
toolchain_type = ":toolchain_type",
Expand Down
4 changes: 2 additions & 2 deletions toolchains/sops/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ toolchain(
toolchain(
name = "sops_osx_toolchain",
target_compatible_with = [
"@bazel_tools//platforms:osx",
"@platforms//os:osx",
"@platforms//cpu:x86_64",
],
toolchain = ":sops_darwin",
Expand All @@ -50,7 +50,7 @@ toolchain(
toolchain(
name = "sops_windows_toolchain",
target_compatible_with = [
"@bazel_tools//platforms:windows",
"@platforms//os:windows",
],
toolchain = ":sops_windows",
toolchain_type = ":toolchain_type",
Expand Down
2 changes: 1 addition & 1 deletion toolchains/yq/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ toolchain(
toolchain(
name = "yq_osx_toolchain",
target_compatible_with = [
"@bazel_tools//platforms:osx",
"@platforms//os:osx",
],
toolchain = ":yq_osx",
toolchain_type = ":toolchain_type",
Expand Down

0 comments on commit a1600a8

Please sign in to comment.