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

ref: use macos arm builders to speed up library build #3611

Merged
merged 1 commit into from
May 16, 2024

Conversation

asottile-sentry
Copy link
Member

No description provided.

Copy link
Member

@jan-auer jan-auer left a comment

Choose a reason for hiding this comment

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

We can also update the workflows in ci.yml and build_binary.yml

@@ -47,12 +47,12 @@ jobs:
matrix:
include:
- target: x86_64-apple-darwin
py-platform: macosx-10_15_x86_64
py-platform: macosx-14_0_x86_64
Copy link
Member

Choose a reason for hiding this comment

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

Do we require >= macOS 14 now for all of sentry development? If not, I'd at least keep the intel build where it was.

Technically, there shouldn't be any problems, I noticed that even built on newer versions binaries require a lower version number of the system libraries, but still...

Copy link
Member Author

Choose a reason for hiding this comment

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

the value here ~generally needs to match the platform it is built from -- it's already wrong on master :)

but yes we already require macos>=14

@asottile-sentry asottile-sentry marked this pull request as ready for review May 16, 2024 13:57
@asottile-sentry asottile-sentry requested a review from a team as a code owner May 16, 2024 13:57
@asottile-sentry asottile-sentry force-pushed the release-library/asottile-arm-builders branch from 333dd01 to 3940c38 Compare May 16, 2024 13:59
@asottile-sentry asottile-sentry force-pushed the release-library/asottile-arm-builders branch from 3940c38 to ad57642 Compare May 16, 2024 14:00
@asottile-sentry asottile-sentry enabled auto-merge (squash) May 16, 2024 14:08
Copy link
Member

@jan-auer jan-auer left a comment

Choose a reason for hiding this comment

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

:shipit:

@asottile-sentry asottile-sentry merged commit db7bbf5 into master May 16, 2024
42 checks passed
@asottile-sentry asottile-sentry deleted the release-library/asottile-arm-builders branch May 16, 2024 14:28
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