Skip to content

Commit e13ebd8

Browse files
joshtriplettAkhilTThomas
authored andcommitted
Merge pull request rust-lang#3776 from joboet/ignore_rmx_state
Fix CI by ignoring `rmx_state` on Apple platforms
2 parents 2561d7c + 34f7091 commit e13ebd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,9 @@ fn test_apple(target: &str) {
419419
("in6_ifreq", "ifr_ifru") => true,
420420
("ifkpi", "ifk_data") => true,
421421
("ifconf", "ifc_ifcu") => true,
422+
// FIXME: this field has been incorporated into a resized `rmx_filler` array.
423+
("rt_metrics", "rmx_state") => true,
424+
("rt_metrics", "rmx_filler") => true,
422425
_ => false,
423426
}
424427
});

0 commit comments

Comments
 (0)