Skip to content

Commit 12fd831

Browse files
thesummertgross35
authored andcommitted
ci: Add rtems to basic tier 3 checks
(backport <#4917>) (cherry picked from commit b4995f3)
1 parent b062844 commit 12fd831

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/verify-build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ class TargetResult:
155155
Target("aarch64-unknown-openbsd", dist=False),
156156
Target("aarch64-wrs-vxworks", dist=False),
157157
Target("armebv7r-none-eabihf", dist=False),
158+
Target("armv7-rtems-eabihf", dist=False),
158159
Target("armv7-wrs-vxworks-eabihf", dist=False),
159160
Target("armv7r-none-eabihf", dist=False),
160161
Target("armv7s-apple-ios", dist=False),

src/new/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ cfg_if! {
110110
// pub(crate) use redox::*;
111111
} else if #[cfg(target_os = "rtems")] {
112112
mod rtems;
113-
pub(crate) use rtems::*;
113+
// pub(crate) use rtems::*;
114114
} else if #[cfg(target_os = "solaris")] {
115115
mod solaris;
116116
pub(crate) use solaris::*;

0 commit comments

Comments
 (0)