Commit bfe6224
committed
Do not install cmake via pip in manylinux build.
Installing cmake via pip in the manylinux environment can lead to compatibility issues with the system's native compiler.
Instead, rely on the system-installed version of cmake to ensure better compatibility and stability during the build process.1 parent b8c3e03 commit bfe6224
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments