Skip to content

Commit

Permalink
Skip SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV on sparc64
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed May 17, 2024
1 parent 1e29660 commit 2203ae0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3862,6 +3862,9 @@ fn test_linux(target: &str) {
| "SW_CNT"
if ppc64 || riscv64 => true,

// FIXME: requires more recent kernel headers on CI
"SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV" if sparc64 => true,

// FIXME: Not currently available in headers on ARM and musl.
"NETLINK_GET_STRICT_CHK" if arm || musl => true,

Expand Down

0 comments on commit 2203ae0

Please sign in to comment.