Skip to content

Commit 6bf778a

Browse files
committed
Auto merge of #1206 - semarie:mincore, r=gnzlbg
mincore has been removed from upcoming OpenBSD 6.5 remove test from CI on OpenBSD for "mincore" function. it has been removed from upcoming 6.5: - https://marc.info/?l=openbsd-cvs&m=154723400730318 - openbsd/src@54e4f6b I am only removing the test from CI, not touching exported function from Rust libc to avoid a breaking change.
2 parents 1329b13 + 1451f19 commit 6bf778a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libc-test/build.rs

+4
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,10 @@ fn main() {
857857
// to be removed now
858858
"system" | "ptrace" if ios => true,
859859

860+
// Removed in OpenBSD 6.5
861+
// https://marc.info/?l=openbsd-cvs&m=154723400730318
862+
"mincore" if openbsd => true,
863+
860864
_ => false,
861865
}
862866
});

0 commit comments

Comments
 (0)