Added python setup info + building wheels locally + GH Action. #12
ci.yaml
on: pull_request
Matrix: Check that CPP edlib correctly builds and passes tests.
Matrix: Build, test and possibly deploy python bindings for edlib
Annotations
4 errors and 1 warning
Build, test and possibly deploy python bindings for edlib (ubuntu-22.04, true)
Command ['sh', '-c', 'auditwheel repair -w /tmp/cibuildwheel/repaired_wheel /tmp/cibuildwheel/built_wheel/edlib-1.3.9-cp312-cp312-linux_x86_64.whl'] failed with code 2.
|
Build, test and possibly deploy python bindings for edlib (ubuntu-22.04, true)
Process completed with exit code 2.
|
Build, test and possibly deploy python bindings for edlib (macos-14)
The job was canceled because "ubuntu-22_04_true" failed.
|
Build, test and possibly deploy python bindings for edlib (macos-14)
The operation was canceled.
|
Build, test and possibly deploy python bindings for edlib (macos-14)
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"`.
|