Skip to content

Commit d4a2e1a

Browse files
committed
Use real manylinux_2_39_riscv64 for riscv64 in tests
1 parent cb1f738 commit d4a2e1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pypi/whl_target_platforms/whl_target_platforms_tests.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ def _can_parse_existing_tags(env):
102102
"manylinux2014_i686": 1,
103103
"manylinux2014_ppc64": 1,
104104
"manylinux2014_ppc64le": 1,
105-
"manylinux2014_riscv64": 1,
106105
"manylinux2014_s390x": 1,
107106
"manylinux2014_x86_64": 1,
107+
"manylinux_2_39_riscv64": 1,
108108
"manylinux_11_12_aarch64": 1,
109109
"manylinux_11_12_armv7l": 1,
110110
"manylinux_11_12_i686": 1,

0 commit comments

Comments
 (0)