Commit d9039d8
Build Linux release wheels for x86_64 only
With the manylinux_2_28 change in place all four x86_64 wheels built,
and the release run moved on to i686, where cp312 failed the same way:
Host machine cpu: i686
C compiler ... (gcc 10.2.1 ...)
../meson.build:25:4: ERROR: Problem encountered: NumPy requires GCC >= 10.3
That one cannot be fixed by changing images. NumPy publishes no i686
wheels for any 2.x release, so pip can only reach NumPy through its
sdist, and the manylinux2014_i686 image's GCC 10.2.1 is below NumPy's
floor. Restrict Linux builds to x86_64; cmac has never published an
i686 wheel.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 2425f40 commit d9039d8
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
85 | 91 | | |
86 | 92 | | |
87 | 93 | | |
| |||
0 commit comments