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

ci: Set MACOSX_DEPLOYMENT_TARGET to 10.10 for x86_64, 11.0 for arm64 #3253

Merged
merged 1 commit into from
Sep 24, 2023

Conversation

fdintino
Copy link
Contributor

@fdintino fdintino commented Sep 11, 2023

I noticed that rav1e is compiling against the OS X 12 SDK, whereas the binaries I distribute for pillow-avif-plugin target 10.10 and 11 for x86_64 and arm64, respectively—which is pretty common practice for python wheels. I've confirmed that cargo-c respects the MACOSX_DEPLOYMENT_TARGET environment variable and that the artifacts are in fact built against the desired SDKs.

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Patch has no changes to coverable lines.

📢 Thoughts on this report? Let us know!.

Copy link
Collaborator

@lu-zero lu-zero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change is good, clippy seems overzealous today.

@fdintino
Copy link
Contributor Author

fdintino commented Sep 13, 2023

I'll rebase off of master to re-run the actions. (edit: actually, I am even with master so I'll just amend the commit).

@lu-zero
Copy link
Collaborator

lu-zero commented Sep 24, 2023

Let see if the auto-rebase works as intended. I eventually fixed the CI, hopefully.

@lu-zero lu-zero merged commit 9604500 into xiph:master Sep 24, 2023
25 checks passed
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.

2 participants