-
Notifications
You must be signed in to change notification settings - Fork 52
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
ARMv8 compatibility: CI and cross-compiling? #127
Comments
I use the It builds happily on an M1 mac as an Though I just discovered that the ports on the test site aren't fixed, so my test breaks if you don't update the port 😄 |
That's good to hear; but I don't know what you mean by "the ports on the test site"? |
Also I think that cross-compiling to ARMv8 is something that we should probably support but I'm not too experienced with how to set up |
Okay for the latter it seems we're blocked on rust-lang/cmake-rs#158 at least. |
Ah sorry, I have an example app that connects to I just need to find out if there's a way to programmatically get that port lis, if I need to scrape the page or just make the port a command line argument 😊 |
Ah right. That's more of a question for the |
@expressvpn-pete-m : Sorry I only see this comment now:
There is: See the current port assignment JSON here. |
Is it possible that my issue here is related to this? I'm trying to use armv8 via cross compiling, too. |
At the moment, this crate is only expected to work on intel. We might want to set up CI for ARMv8 and next figure out the relevant CMake flags etc.
The text was updated successfully, but these errors were encountered: