-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Rust CI fixes #91074
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
Rust CI fixes #91074
Conversation
Bring in the following changes from the rust module: dd73abc242e zephyr: work: Allow struct to have a additional fields 898662c0889 zephyr-sys: Handle deflected GPIO constants 174ded53bd6 ci-manifest.yml: Add cmsis_6 This should fix CI for Rust. In addition, the allowing struct to have addition fields should unblock zephyrproject-rtos#88345. Signed-off-by: David Brown <[email protected]>
This reverts commit 1207880. Re-enable Rust CI after bringing in fixes. Signed-off-by: David Brown <[email protected]>
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
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.
Nice!
does this fix the RPI GPIO issue? |
Guess it does? It contains the revert of the workarond. I'd suggest merging as hotfix so we can retry existing PRs that failed (rather than asking to rebase) |
This brings in a few fixes to the Rust module to fix recent issues with CI. In addition, a change to unblock #88345 is included.