-
-
Notifications
You must be signed in to change notification settings - Fork 394
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
Spitfire1900
wants to merge
9
commits into
libgit2:master
Choose a base branch
from
Spitfire1900:pypy-wheel-macos
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
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
force-pushed
the
pypy-wheel-macos
branch
from
January 4, 2025 22:45
36cbf9e
to
b6b6d82
Compare
Spitfire1900
force-pushed
the
pypy-wheel-macos
branch
from
January 4, 2025 22:58
b6b6d82
to
dfbd63e
Compare
Spitfire1900
force-pushed
the
pypy-wheel-macos
branch
from
January 4, 2025 23:11
1305433
to
7f93551
Compare
Opened pypa/cibuildwheel#2121 on this |
(cherry picked from commit 8285741)
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 🙁