-
Notifications
You must be signed in to change notification settings - Fork 11
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
cross compilation failing for aarch64 target in github actions #440
Comments
To work on this issue, uncomment the "cross" job in build_and_test.yml and then when working that change can be merged, so that CI should be passing before and after the change. |
For now we can test on armv7 architecture, will open a separate PR for fixing cross compilation for aarch64 target @andrewdavidmackenzie |
We can refer to this issue rust-lang/rust#73493. |
I can also find a discussion related to it in |
Need to understand what is different in local vs. GH Actions... |
Maybe we should try in local with intrument coverage? |
e.g. https://github.com/andrewdavidmackenzie/pigg/actions/runs/10850493649
I might disable cross build, so CI is green, until we can fix this...
The text was updated successfully, but these errors were encountered: