Skip to content

Commit 4b0fed3

Browse files
authored
chore: add known wheels for riscv64 (#1129)
There are now cmake & ninja wheels available for riscv64, add them to the list of known wheels. Side note for another issue/PR: should this list be updated to account for min/max versions at some point ? (e.g. don't request CMake 4.1.0 on manylinux1/2010 or musllinux_1_1)
1 parent 30ef035 commit 4b0fed3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/scikit_build_core/resources/known_wheels.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ known-wheels = [
1010
"musllinux_1_1_i686",
1111
"musllinux_1_1_aarch64",
1212
"musllinux_1_2_armv7l",
13+
"musllinux_1_2_riscv64",
1314
"manylinux_2_17_s390x",
1415
"manylinux_2_17_ppc64le",
1516
"manylinux_2_17_aarch64",
1617
"manylinux_2_31_armv7l",
18+
"manylinux_2_35_riscv64",
1719
"manylinux_2_17_x86_64",
1820
"manylinux_2_17_i686",
1921
"manylinux_2_12_x86_64",
@@ -32,10 +34,12 @@ known-wheels = [
3234
"musllinux_1_1_i686",
3335
"musllinux_1_1_aarch64",
3436
"musllinux_1_2_armv7l",
37+
"musllinux_1_2_riscv64",
3538
"manylinux_2_17_s390x",
3639
"manylinux_2_17_ppc64le",
3740
"manylinux_2_17_aarch64",
3841
"manylinux_2_31_armv7l",
42+
"manylinux_2_31_riscv64",
3943
"manylinux_2_5_x86_64",
4044
"manylinux_2_5_i686",
4145
]

0 commit comments

Comments
 (0)