ci: Add rtems to basic tier 3 checks#4917
Merged
tgross35 merged 1 commit intorust-lang:mainfrom Jan 8, 2026
Merged
Conversation
tgross35
reviewed
Jan 7, 2026
Comment on lines
157
to
161
| Target("armebv7r-none-eabihf", dist=False), | ||
| Target("armv7-wrs-vxworks-eabihf", dist=False), | ||
| Target("armv7-rtems-eabihf", dist=False), | ||
| Target("armv7r-none-eabihf", dist=False), | ||
| Target("armv7s-apple-ios", dist=False), |
Contributor
There was a problem hiding this comment.
Nit: could you keep this sorted? LGTM otherwise
Contributor
Author
There was a problem hiding this comment.
My bad. Should be fixed now.
a7d9134 to
720220c
Compare
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Jan 8, 2026
(backport <rust-lang#4917>) (cherry picked from commit b4995f3)
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds rtems to the basic tier 3 target checks.
Sources
N/A
Checklist
libc-test/semverhave been updated --> N/A*LASTor*MAXareincluded (see #3131) --> N/A
cd libc-test && cargo test --target mytarget);especially relevant for platforms that may not be checked in CI --> does not compile, but same for other tier 3 targets