Commit 5594c3e
committed
zstandard: fix cibuildwheel 4.x enable groups, test build[uv]
The 0.25.0 tag pins enable = ["cpython-freethreading", "cpython-prerelease"]
and targets cibuildwheel 3.x. RISE pins cibuildwheel 4.1.0, which removed the
cpython-freethreading group (freethreaded builds are default now) and errors on
it at config-parse. Strip that group so 4.1.0 can read the config.
Also drop the CIBW_BUILD_FRONTEND override: the manylinux_2_39_riscv64 image
now ships uv, so let upstream's build[uv] frontend run and confirm it works on
riscv64 rather than forcing the plain build frontend.
Signed-off-by: Bruno Verachten <gounthar@gmail.com>1 parent 716a810 commit 5594c3e
1 file changed
Lines changed: 19 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
57 | 76 | | |
58 | 77 | | |
59 | 78 | | |
60 | 79 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 80 | | |
66 | 81 | | |
67 | 82 | | |
| |||
0 commit comments