Skip to content

Commit 486de2b

Browse files
committed
Ignore IP_ORIGDSTADDR in test for FreeBSD for now.
1 parent 3e3b60e commit 486de2b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libc-test/build.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,16 @@ fn do_ctest() {
725725
s if ios && s.starts_with("RTV_") => true,
726726
s if ios && s.starts_with("DLT_") => true,
727727

728+
| "IP_ORIGDSTADDR"
729+
| "IP_RECVORIGDSTADDR"
730+
| "IPV6_ORIGDSTADDR"
731+
| "IPV6_RECVORIGDSTADDR"
732+
if freebsd =>
733+
{
734+
// FreeBSD 12 required, but CI has FreeBSD 11.
735+
true
736+
}
737+
728738
_ => false,
729739
}
730740
});

0 commit comments

Comments
 (0)