Skip to content

Commit 7356ebe

Browse files
author
Matthias Koefferlein
committed
Fixing MacOS builds after upgrading cibuildwheels
(cibuildwheels needed upgrade because of CentOS 7 mirror EOL). Fix was done by pinning delocate to 0.10.7. The proposed version 0.11 had trouble with libpng on MacOS 13 Github runners. cibuildwheels does builds for the minimal platform - 10.9 - and libpng was detected to need 13.0. delocate 0.10.7 ignores library version requirements, hence did not have this trouble.
1 parent 1cac6bf commit 7356ebe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
env:
6464
CIBW_BUILD: ${{ matrix.cibuild }}
6565
CIBW_ARCHS_MACOS: ${{ matrix.macos-arch }}
66+
CIBW_DEPENDENCY_VERSIONS_MACOS: cibw_constraints.txt
6667

6768
- name: Download Cache from Docker (linux only)
6869
if: ${{ runner.os == 'Linux' }}

cibw_constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
delocate<=0.10.7

0 commit comments

Comments
 (0)