Skip to content

Build wheels for Apple arm64 architecture #63

Build wheels for Apple arm64 architecture

Build wheels for Apple arm64 architecture #63

Triggered via pull request October 3, 2023 08:46
Status Failure
Total duration 2m 9s
Artifacts

wheels.yaml

on: pull_request
Matrix: wheels
Publish wheels to PyPI
0s
Publish wheels to PyPI
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 9 warnings
Build wheels on windows-2019 AMD64
Command cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DBUILD_TESTING=OFF -DBUILD_PYTHON=OFF -DBUILD_BIN=OFF && $PRIVILEGES cmake --build build --parallel --target install --config Release failed with code 1. None
Build wheels on windows-2019 AMD64
Process completed with exit code 1.
Build wheels on macOS-10.15 x86_64
The job was canceled because "windows-2019_Visual_Studi" failed.
Build wheels on windows-2019 x86
The operation was canceled.
Build wheels on ubuntu-20.04 aarch64
The operation was canceled.
Build wheels on ubuntu-20.04 i686
The operation was canceled.
Build wheels on ubuntu-20.04 x86_64
The operation was canceled.
Build wheels on macos-13-xlarge arm64
The operation was canceled.
Build wheels on windows-2019 AMD64
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build wheels on windows-2019 x86
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build wheels on ubuntu-20.04 aarch64
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, docker/setup-qemu-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build wheels on ubuntu-20.04 aarch64
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build wheels on ubuntu-20.04 i686
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build wheels on ubuntu-20.04 x86_64
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build wheels on macos-13-xlarge arm64
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build wheels on macos-13-xlarge arm64
While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in https://github.com/pypa/cibuildwheel/pull/1169 for the details. To silence this warning, set `CIBW_TEST_SKIP: cp38-macosx_*:arm64`.
Wheels
The macOS-10.15 environment is deprecated, consider switching to macos-11(macos-latest), macos-12 instead. For more details see https://github.com/actions/virtual-environments/issues/5583