-
Notifications
You must be signed in to change notification settings - Fork 2k
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
{examples,tests}/rust: Rust updates #17806
{examples,tests}/rust: Rust updates #17806
Conversation
These updates enable tests on beta (stable for the 2022.04 release) on all platforms, and open the way for [17804]. [17804]: RIOT-OS#17804
CI only fails because tests were requested, and there they fail at build time (which passed on the more recently updated other hosts). Removing the test runs and trying again; I don't think tests are critical here as the changes if anything would rather cause build than actual test failure, and on the ARM platform which the tests would run I've conducted some locally. |
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.
Looks like a simple update and CI is happy
Wait did I get it right that this will break the 'run tests' build? That would of course be silly - or was that a known sporadic failure? |
That was before the builders for the tests were updated, which AIU they are now. I've triggered another run with tests enabled just to be sure. |
Contribution description and PR references
These updates enable tests on beta (stable for the 2022.04 release) on
all platforms, and open the way for 17804.
Testing procedure