-
Notifications
You must be signed in to change notification settings - Fork 17
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
Compile issues on ARM architecture #6
Comments
Yes, I definitely want to support ARM architectures! From your errors, it seems like in the I hope this will be an easy fix, but I'll take a closer look when I have time. Do you mind sharing how are you doing ARM builds in github actions? I haven't explored that yet |
Have a look at https://github.com/maxpert/sqlite-y-crdt/blob/master/.github/workflows/build-test.yml for various architectures I am building for. It should cover all ARM machines including libmusl |
I am experiencing errors on the same lines as mentioned. Compiling against
|
@iulianbarbu that'll be fixed in a soon-to-be-released |
I've been trying to build a SQLite extension on top of library. I am getting multiple compile issues on all ARM builds. Here is my workflow logs. Is there a plan to support ARM and architecture at-least? I believe it's important that we support ARM because most of mobile devices (and potential future macs/desktops are ARM).
The text was updated successfully, but these errors were encountered: