Skip to content

Commit

Permalink
fix FreeBSD 12 CI by skipping it
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC committed Nov 12, 2023
1 parent 7bf913a commit 3ef66d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2495,6 +2495,8 @@ fn test_freebsd(target: &str) {
| "aio_readv"
| "aio_writev"
| "copy_file_range"
| "eventfd_read"
| "eventfd_write"
if Some(13) > freebsd_ver =>
{
true
Expand Down

0 comments on commit 3ef66d7

Please sign in to comment.