@@ -68,7 +68,7 @@ def _test_platforms(env):
68
68
"@//python/config_settings:is_python_3.9" : ["py39_dep" ],
69
69
"@platforms//cpu:aarch64" : ["arm_dep" ],
70
70
"@platforms//os:windows" : ["win_dep" ],
71
- "cp310_linux_ppc " : ["py310_linux_ppc_dep " ],
71
+ "cp310_linux_ppc64le " : ["py310_linux_ppc64le_dep " ],
72
72
"cp39_anyos_aarch64" : ["py39_arm_dep" ],
73
73
"cp39_linux_anyarch" : ["py39_linux_dep" ],
74
74
"linux_x86_64" : ["linux_intel_dep" ],
@@ -82,12 +82,12 @@ def _test_platforms(env):
82
82
83
83
env .expect .that_collection (calls ).contains_exactly ([
84
84
{
85
- "name" : "is_python_3.10_linux_ppc " ,
85
+ "name" : "is_python_3.10_linux_ppc64le " ,
86
86
"flag_values" : {
87
87
"@rules_python//python/config_settings:python_version_major_minor" : "3.10" ,
88
88
},
89
89
"constraint_values" : [
90
- "@platforms//cpu:ppc " ,
90
+ "@platforms//cpu:ppc64le " ,
91
91
"@platforms//os:linux" ,
92
92
],
93
93
"visibility" : ["//visibility:private" ],
@@ -195,7 +195,7 @@ def _test_whl_and_library_deps(env):
195
195
"@//python/config_settings:is_python_3.9" : ["py39_dep" ],
196
196
"@platforms//cpu:aarch64" : ["arm_dep" ],
197
197
"@platforms//os:windows" : ["win_dep" ],
198
- "cp310_linux_ppc " : ["py310_linux_ppc_dep " ],
198
+ "cp310_linux_ppc64le " : ["py310_linux_ppc64le_dep " ],
199
199
"cp39_anyos_aarch64" : ["py39_arm_dep" ],
200
200
"cp39_linux_anyarch" : ["py39_linux_dep" ],
201
201
"linux_x86_64" : ["linux_intel_dep" ],
@@ -227,7 +227,7 @@ def _test_whl_and_library_deps(env):
227
227
Label ("//python/config_settings:is_python_3.9" ): ["@pypi_py39_dep//:whl" ],
228
228
"@platforms//cpu:aarch64" : ["@pypi_arm_dep//:whl" ],
229
229
"@platforms//os:windows" : ["@pypi_win_dep//:whl" ],
230
- ":is_python_3.10_linux_ppc " : ["@pypi_py310_linux_ppc_dep //:whl" ],
230
+ ":is_python_3.10_linux_ppc64le " : ["@pypi_py310_linux_ppc64le_dep //:whl" ],
231
231
":is_python_3.9_anyos_aarch64" : ["@pypi_py39_arm_dep//:whl" ],
232
232
":is_python_3.9_linux_anyarch" : ["@pypi_py39_linux_dep//:whl" ],
233
233
":is_linux_x86_64" : ["@pypi_linux_intel_dep//:whl" ],
@@ -264,7 +264,7 @@ def _test_whl_and_library_deps(env):
264
264
Label ("//python/config_settings:is_python_3.9" ): ["@pypi_py39_dep//:pkg" ],
265
265
"@platforms//cpu:aarch64" : ["@pypi_arm_dep//:pkg" ],
266
266
"@platforms//os:windows" : ["@pypi_win_dep//:pkg" ],
267
- ":is_python_3.10_linux_ppc " : ["@pypi_py310_linux_ppc_dep //:pkg" ],
267
+ ":is_python_3.10_linux_ppc64le " : ["@pypi_py310_linux_ppc64le_dep //:pkg" ],
268
268
":is_python_3.9_anyos_aarch64" : ["@pypi_py39_arm_dep//:pkg" ],
269
269
":is_python_3.9_linux_anyarch" : ["@pypi_py39_linux_dep//:pkg" ],
270
270
":is_linux_x86_64" : ["@pypi_linux_intel_dep//:pkg" ],
0 commit comments