filecoin-ffi icon indicating copy to clipboard operation
filecoin-ffi copied to clipboard

Releasing MacOS prebuilts will break in June 2024

Open vmx opened this issue 2 years ago • 2 comments

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.

vmx avatar Sep 28 '23 09:09 vmx

https://github.com/filecoin-project/filecoin-ffi/blob/62960ca63d5fb1649ad95a947182175bbd5f11e8/install-filcrypto#L162-L164 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.

galargh avatar Oct 04 '23 13:10 galargh

A possible fix is at https://github.com/filecoin-project/filecoin-ffi/pull/424/.

vmx avatar Dec 20 '23 11:12 vmx