@@ -68,7 +68,7 @@ def _test_platforms(env):
6868 "@//python/config_settings:is_python_3.9" : ["py39_dep" ],
6969 "@platforms//cpu:aarch64" : ["arm_dep" ],
7070 "@platforms//os:windows" : ["win_dep" ],
71- "cp310_linux_ppc " : ["py310_linux_ppc_dep " ],
71+ "cp310_linux_ppc64le " : ["py310_linux_ppc64le_dep " ],
7272 "cp39_anyos_aarch64" : ["py39_arm_dep" ],
7373 "cp39_linux_anyarch" : ["py39_linux_dep" ],
7474 "linux_x86_64" : ["linux_intel_dep" ],
@@ -82,12 +82,12 @@ def _test_platforms(env):
8282
8383 env .expect .that_collection (calls ).contains_exactly ([
8484 {
85- "name" : "is_python_3.10_linux_ppc " ,
85+ "name" : "is_python_3.10_linux_ppc64le " ,
8686 "flag_values" : {
8787 "@rules_python//python/config_settings:python_version_major_minor" : "3.10" ,
8888 },
8989 "constraint_values" : [
90- "@platforms//cpu:ppc " ,
90+ "@platforms//cpu:ppc64le " ,
9191 "@platforms//os:linux" ,
9292 ],
9393 "visibility" : ["//visibility:private" ],
@@ -195,7 +195,7 @@ def _test_whl_and_library_deps(env):
195195 "@//python/config_settings:is_python_3.9" : ["py39_dep" ],
196196 "@platforms//cpu:aarch64" : ["arm_dep" ],
197197 "@platforms//os:windows" : ["win_dep" ],
198- "cp310_linux_ppc " : ["py310_linux_ppc_dep " ],
198+ "cp310_linux_ppc64le " : ["py310_linux_ppc64le_dep " ],
199199 "cp39_anyos_aarch64" : ["py39_arm_dep" ],
200200 "cp39_linux_anyarch" : ["py39_linux_dep" ],
201201 "linux_x86_64" : ["linux_intel_dep" ],
@@ -227,7 +227,7 @@ def _test_whl_and_library_deps(env):
227227 Label ("//python/config_settings:is_python_3.9" ): ["@pypi_py39_dep//:whl" ],
228228 "@platforms//cpu:aarch64" : ["@pypi_arm_dep//:whl" ],
229229 "@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" ],
231231 ":is_python_3.9_anyos_aarch64" : ["@pypi_py39_arm_dep//:whl" ],
232232 ":is_python_3.9_linux_anyarch" : ["@pypi_py39_linux_dep//:whl" ],
233233 ":is_linux_x86_64" : ["@pypi_linux_intel_dep//:whl" ],
@@ -264,7 +264,7 @@ def _test_whl_and_library_deps(env):
264264 Label ("//python/config_settings:is_python_3.9" ): ["@pypi_py39_dep//:pkg" ],
265265 "@platforms//cpu:aarch64" : ["@pypi_arm_dep//:pkg" ],
266266 "@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" ],
268268 ":is_python_3.9_anyos_aarch64" : ["@pypi_py39_arm_dep//:pkg" ],
269269 ":is_python_3.9_linux_anyarch" : ["@pypi_py39_linux_dep//:pkg" ],
270270 ":is_linux_x86_64" : ["@pypi_linux_intel_dep//:pkg" ],
0 commit comments