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

Releasing MacOS prebuilts will break in June 2024 #420

Closed
vmx opened this issue Sep 28, 2023 · 2 comments
Closed

Releasing MacOS prebuilts will break in June 2024 #420

vmx opened this issue Sep 28, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@vmx
Copy link
Contributor

vmx commented Sep 28, 2023

CircleCI is sunsetting all Intel MacOS machines in 2024. Currently we use such a machine to create universal binaries.

We should switch to an ARM based machine and cross-compile to Intel from there (if that's possible, I don't know much about MacOS).

Update: the sunsetting was postponed till June 2024.

@galargh
Copy link
Contributor

galargh commented Oct 4, 2023

# For building on Darwin, we try to use cargo-lipo instead of cargo build.
# Note that the cross compile works on x86_64 for m1, but doesn't work on m1.
# For m1, we will build natively if building from source.
suggests that it might not be possible.

Is dropping darwin/amd64 support an option?

Alternatively, let me know if you wanted us to look into setting up self-hosted Apple Intel runners.

vmx added a commit that referenced this issue Oct 5, 2023
It's now possible to build universal binaries on x86_64 as well as aarch64.

Closes #420.
@vmx
Copy link
Contributor Author

vmx commented Dec 20, 2023

A possible fix is at #424.

@vmx vmx changed the title Releasing MacOS prebuilts will break in 2024 Releasing MacOS prebuilts will break in June 2024 Dec 20, 2023
rvagg pushed a commit that referenced this issue May 14, 2024
It's now possible to build universal binaries on x86_64 as well as aarch64.

Closes #420.
@rvagg rvagg closed this as completed in bcb5437 May 21, 2024
rvagg pushed a commit that referenced this issue May 27, 2024
It's now possible to build universal binaries on x86_64 as well as aarch64.

Closes #420.
rvagg pushed a commit that referenced this issue May 29, 2024
It's now possible to build universal binaries on x86_64 as well as aarch64.

Closes #420.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants