Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pypy wheel macos - build on macOS 10.15 #1337

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Spitfire1900
Copy link
Contributor

Per cibuildwheel's documentation PyPy 3.9+ support is only available on macOS 10.15.

I don't know if this breaks compatibility with runtimes on 10.14, 10.15 though 🙁

@Spitfire1900
Copy link
Contributor Author

Spitfire1900 commented Jan 4, 2025

The following error is thrown when attempting to build the wheel, I'm not familiar enough to know if this is because of in issue in PyGit2's build configuration or an issue in cibuildwheel itself.

  + DYLD_LIBRARY_PATH=/Users/runner/work/pygit2/pygit2/ci/lib delocate-wheel --require-archs x86_64,arm64 -w /private/var/folders/1b/_r1lmxr92j54bq1tx8b953mw0000gn/T/cibw-run-wyo_rigg/cp310-macosx_universal2/repaired_wheel /private/var/folders/1b/_r1lmxr92j54bq1tx8b953mw0000gn/T/cibw-run-wyo_rigg/cp310-macosx_universal2/built_wheel/pygit2-1.16.0-cp310-cp310-macosx_10_9_universal2.whl
NotImplementedError: 
This function does not support separate values per-architecture: {
    'x86_64': [
        ('@rpath/libcrypto.3.dylib', '3.0.0', '3.0.0'),
        ('/usr/lib/libSystem.B.dylib', '1.0.0', '1351.0.0')
    ],
    'arm64': [
        ('@rpath/libcrypto.3.dylib', '3.0.0', '3.0.0'),
        ('/usr/lib/libz.1.dylib', '1.0.0', '1.2.12'),
        ('/usr/lib/libSystem.B.dylib', '1.0.0', '1351.0.0')
    ]
}

@Spitfire1900
Copy link
Contributor Author

Opened pypa/cibuildwheel#2121 on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant