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

One native binary per architecture-specific gem #10

Open
djudd opened this issue Apr 28, 2024 · 0 comments
Open

One native binary per architecture-specific gem #10

djudd opened this issue Apr 28, 2024 · 0 comments

Comments

@djudd
Copy link
Owner

djudd commented Apr 28, 2024

Currently I've only got cross-compilation of Rust set up on my laptop and so the process is: rebuild all the libraries, then check them in (yuck), then push that same code to every platform. It'd probably be better to do the Rust builds in Github Actions and push the native code only with the appropriate platform-specific gem.

Blocked on #8 and optionally #9 (the alternative to the latter would probably be to drop support for arm64 outside Mac, and drop support for x86 Mac).

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

No branches or pull requests

1 participant