Pypy wheel macos - build on macOS 10.15#1337
Draft
Spitfire1900 wants to merge 9 commits intolibgit2:masterfrom
Draft
Pypy wheel macos - build on macOS 10.15#1337Spitfire1900 wants to merge 9 commits intolibgit2:masterfrom
Spitfire1900 wants to merge 9 commits intolibgit2:masterfrom
Conversation
Contributor
Author
|
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')
]
} |
36cbf9e to
b6b6d82
Compare
b6b6d82 to
dfbd63e
Compare
1305433 to
7f93551
Compare
Contributor
Author
|
Opened pypa/cibuildwheel#2121 on this |
(cherry picked from commit 8285741)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 🙁