-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
ci: build arm64 linux nightlies #694
Conversation
Should we add a warning to Edit: Converting this to a draft - I'll test that Cargo doesn't complain on my Linux machine when I get back home |
I'd do:
|
Forge will output a warning on ARM devices stating that autodetection is disabled, unless autodetection is explicitly disabled by the user to silence the warning.
Wasn't entirely sure where to put the warning, so I ended up printing the warning on any build if Also this fails due to openssl-sys looking for OpenSSL even though we build with the rustls feature... It even fails when using |
It wasn't supposed to be merged yet, it isn't working due to the above SSL error 😄 |
If I read
foundryup
correctly this should already be supported, so this is the only change needed, given Cargo doesn't complainCloses #684