Skip to content

Commit

Permalink
Auto merge of #1206 - semarie:mincore, r=gnzlbg
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Jan 14, 2019
2 parents 1329b13 + 1451f19 commit 6bf778a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,10 @@ fn main() {
// to be removed now
"system" | "ptrace" if ios => true,

// Removed in OpenBSD 6.5
// https://marc.info/?l=openbsd-cvs&m=154723400730318
"mincore" if openbsd => true,

_ => false,
}
});
Expand Down

0 comments on commit 6bf778a

Please sign in to comment.