Commit e211b7f
committed
build: add cmake to wheel-safe packages for pip install
The latest cmake pip package's bundled curl requires OpenSSL 3.0+,
which fails to build from source on Rocky 8 (system OpenSSL 1.1.1).
CMake wheels are self-contained binaries with no ABI dependency on
the custom Python build, so installing from wheel is safe.1 parent fc9b0aa commit e211b7f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| |||
0 commit comments