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 80535f3 commit 73d2004
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 @@ -3909,6 +3909,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 73d2004

Please sign in to comment.