Skip to content

build: fix python stable abi builds #104

build: fix python stable abi builds

build: fix python stable abi builds #104

Triggered via push September 12, 2024 18:02
Status Failure
Total duration 22m 12s
Artifacts 3

wheels.yml

on: push
Matrix: build_wheels
Make SDist
12s
Make SDist
upload_all
0s
upload_all
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Build macos-target-x86_64 wheels
Command delocate-wheel --require-archs x86_64 -w /private/var/folders/w4/hp1my1ln4216vrmvp2_w45dm0000gn/T/cibw-run-_ve9akug/cp38-macosx_x86_64/repaired_wheel -v /private/var/folders/w4/hp1my1ln4216vrmvp2_w45dm0000gn/T/cibw-run-_ve9akug/cp38-macosx_x86_64/built_wheel/nifty_ls-1.0.1rc1-cp38-cp38-macosx_10_15_x86_64.whl && case "$(basename /private/var/folders/w4/hp1my1ln4216vrmvp2_w45dm0000gn/T/cibw-run-_ve9akug/cp38-macosx_x86_64/built_wheel/nifty_ls-1.0.1rc1-cp38-cp38-macosx_10_15_x86_64.whl)" in *"-abi3-"*) pip install -U abi3audit && abi3audit --strict --report /private/var/folders/w4/hp1my1ln4216vrmvp2_w45dm0000gn/T/cibw-run-_ve9akug/cp38-macosx_x86_64/built_wheel/nifty_ls-1.0.1rc1-cp38-cp38-macosx_10_15_x86_64.whl;; esac failed with code 1.
Build macos-target-x86_64 wheels
Process completed with exit code 1.
Build macos-target-arm64 wheels
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"`.

Artifacts

Produced during runtime
Name Size
cibw-sdist
172 KB
cibw-wheels-linux-target-x86_64
889 KB
cibw-wheels-macos-target-arm64
384 KB