Commit 006faf1
authored
Attempt to fix MacOS builds. (#7)
This pull request updates the build workflow to improve compatibility
with newer Ubuntu releases and simplifies the wheel repair steps for
macOS. The most important changes are:
Platform compatibility improvements:
* The Linux wheel repair step now dynamically detects the glibc version
from the build host (e.g., Ubuntu 24.04 uses glibc 2.39) and sets the
`manylinux` platform tag accordingly, ensuring better compatibility with
the system's actual environment.
* The hardcoded `manylinux_2_35_x86_64` platform tag is replaced with
the dynamically generated tag, reducing the risk of mismatches when
updating the build host.
Workflow simplification:
* The macOS wheel repair step using `delocate` is removed, streamlining
the workflow and reducing unnecessary complexity for macOS builds.1 parent 99f2056 commit 006faf1
1 file changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | 222 | | |
232 | 223 | | |
233 | 224 | | |
| |||
0 commit comments