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

Build PyPy wheels for aarch64 macOS #216

Merged
merged 1 commit into from Dec 13, 2022
Merged

Conversation

messense
Copy link
Collaborator

PyPy 7.3.10 released with arm64 macOS support

@messense messense added the Full Build cause CI to do a full build label Dec 13, 2022
@codecov
Copy link

codecov bot commented Dec 13, 2022

Codecov Report

Merging #216 (b51e52f) into main (305de4a) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #216   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         6    +1     
  Lines          387       393    +6     
  Branches        80        80           
=========================================
+ Hits           387       393    +6     
Impacted Files Coverage Δ
watchfiles/__init__.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 305de4a...b51e52f. Read the comment docs.

@samuelcolvin samuelcolvin merged commit afb8f34 into main Dec 13, 2022
@samuelcolvin samuelcolvin deleted the aarch64-macos-pypy branch December 13, 2022 11:39
@samuelcolvin
Copy link
Owner

Thanks @messense, just an idea, is there anyway to keep this list in one place and reuse it in multiple projects? I know there's a difference for projects that use abi3, but some way to set (e.g. in maturin) "all common setups" would be great.

@messense
Copy link
Collaborator Author

IMO it's hard to have a reusable configuration for everyone, some projects may not be able to build for certain cpu architectures or python implementations.

is there anyway to keep this list in one place and reuse it in multiple projects?

You could try github actions reusable workflow: https://docs.github.com/en/actions/using-workflows/reusing-workflows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Full Build cause CI to do a full build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants