Skip to content

Commit 73d2004

Browse files
committed
Skip SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV on sparc64
1 parent 80535f3 commit 73d2004

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

+3
Original file line numberDiff line numberDiff line change
@@ -3909,6 +3909,9 @@ fn test_linux(target: &str) {
39093909
| "SW_CNT"
39103910
if ppc64 || riscv64 => true,
39113911

3912+
// FIXME: requires more recent kernel headers on CI
3913+
"SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV" if sparc64 => true,
3914+
39123915
// FIXME: Not currently available in headers on ARM and musl.
39133916
"NETLINK_GET_STRICT_CHK" if arm || musl => true,
39143917

0 commit comments

Comments
 (0)