fix: arm build #68
wheels_arm64.yml
on: push
Matrix: Build wheels manylinux_aarch64
Upload to PyPI (prod)
Annotations
2 errors and 4 warnings
|
Build wheels manylinux_aarch64 (312)
Process completed with exit code 1.
|
|
Build wheels manylinux_aarch64 (312)
cibuildwheel: Command ['sh', '-c', 'set -eux && \\\ncurl -L -O https://github.com/libffi/libffi/archive/v3.4.6.tar.gz && \\\ntar zxf v3.4.6.tar.gz && cd libffi-3.4.6 && \\\n((command -v apk && apk add libtool) || true) && \\\n./autogen.sh && \\\n./configure --without-gcc-arch --disable-docs --with-pic --enable-shared=no && \\\nmake install && \\\ncd .. && \\\nrm -rf libffi-3.4.6 && \\\npython setup.py build_lib && \\\npython generate_cffi_definitions.py\n'] failed with code 1.
|
|
Build wheels manylinux_aarch64 (312)
cibuildwheel: Invalid skip selector: 'pp*'. This selector matches a group that wasn't enabled. Enable it using the `enable` option or remove this selector. This selector will have no effect.
|
|
Build wheels manylinux_aarch64 (312)
cibuildwheel: Invalid skip selector: 'cp14t-*'. This selector will have no effect.
|
|
Build wheels manylinux_aarch64 (312)
cibuildwheel: Invalid skip selector: 'cp37-*'. cibuildwheel 3.x no longer supports Python < 3.8. Please use the 2.x series or update `skip`. This selector will have no effect.
|
|
Build wheels manylinux_aarch64 (312)
cibuildwheel: Invalid skip selector: 'cp36-*'. cibuildwheel 3.x no longer supports Python < 3.8. Please use the 2.x series or update `skip`. This selector will have no effect.
|