1
- load ("//opa:defs.bzl" , "opa_toolchain" )
2
1
load ("@rules_python//python:defs.bzl" , "py_binary" )
2
+ load ("//opa:defs.bzl" , "opa_toolchain" )
3
3
4
4
py_binary (
5
5
name = "opa_signer" ,
@@ -66,10 +66,7 @@ toolchain(
66
66
"@platforms//os:linux" ,
67
67
"@platforms//cpu:x86_64" ,
68
68
],
69
- target_compatible_with = [
70
- "@platforms//os:linux" ,
71
- "@platforms//cpu:x86_64" ,
72
- ],
69
+ target_compatible_with = [],
73
70
toolchain = ":opa_linux_amd64" ,
74
71
toolchain_type = ":toolchain_type" ,
75
72
visibility = ["//visibility:public" ],
@@ -81,10 +78,7 @@ toolchain(
81
78
"@platforms//os:linux" ,
82
79
"@platforms//cpu:arm64" ,
83
80
],
84
- target_compatible_with = [
85
- "@platforms//os:linux" ,
86
- "@platforms//cpu:arm64" ,
87
- ],
81
+ target_compatible_with = [],
88
82
toolchain = ":opa_linux_arm64" ,
89
83
toolchain_type = ":toolchain_type" ,
90
84
visibility = ["//visibility:public" ],
@@ -96,10 +90,7 @@ toolchain(
96
90
"@platforms//os:osx" ,
97
91
"@platforms//cpu:x86_64" ,
98
92
],
99
- target_compatible_with = [
100
- "@platforms//os:osx" ,
101
- "@platforms//cpu:x86_64" ,
102
- ],
93
+ target_compatible_with = [],
103
94
toolchain = ":opa_macos_amd64" ,
104
95
toolchain_type = ":toolchain_type" ,
105
96
visibility = ["//visibility:public" ],
@@ -111,10 +102,7 @@ toolchain(
111
102
"@platforms//os:macos" ,
112
103
"@platforms//cpu:arm64" ,
113
104
],
114
- target_compatible_with = [
115
- "@platforms//os:macos" ,
116
- "@platforms//cpu:arm64" ,
117
- ],
105
+ target_compatible_with = [],
118
106
toolchain = ":opa_macos_arm64" ,
119
107
toolchain_type = ":toolchain_type" ,
120
108
visibility = ["//visibility:public" ],
@@ -126,10 +114,7 @@ toolchain(
126
114
"@platforms//os:windows" ,
127
115
"@platforms//cpu:x86_64" ,
128
116
],
129
- target_compatible_with = [
130
- "@platforms//os:windows" ,
131
- "@platforms//cpu:x86_64" ,
132
- ],
117
+ target_compatible_with = [],
133
118
toolchain = ":opa_windows_amd64" ,
134
119
toolchain_type = ":toolchain_type" ,
135
120
visibility = ["//visibility:public" ],
0 commit comments