-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix type mismatch error for arm #8
Conversation
Hi @damb , This PR is ready for review. Thanks |
Great. Could you please fix the formatting, firstly. |
fix the formatting erros
af8665f
to
aa5591c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot.
Could you fix the requested changes, please? Also, could you have a look at the examples in the examples directory since they might require additional changes?
In addition, do you have experience with ARM based test runners for GitHub actions? It would be nice to have tests being executed on ARM, too.
fix formatting error
f033c4c
to
2f773b2
Compare
Thank you again. It would be nice if you still could check whether the examples need a fix. In case of errors a PR is very welcome. |
I have verified all the examples works as expected. |
I haven't explored GitHub actions yet, If you already have experience with this then I am happy for you to pursue. |
Description
Resolved the portable issues of mseed crate for arm target
Testing
Tested this changes with cross compliation for arm target and it complied successfully.