Skip to content

Commit 2203ae0

Browse files
committed
Skip SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV on sparc64
1 parent 1e29660 commit 2203ae0

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
@@ -3862,6 +3862,9 @@ fn test_linux(target: &str) {
38623862
| "SW_CNT"
38633863
if ppc64 || riscv64 => true,
38643864

3865+
// FIXME: requires more recent kernel headers on CI
3866+
"SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV" if sparc64 => true,
3867+
38653868
// FIXME: Not currently available in headers on ARM and musl.
38663869
"NETLINK_GET_STRICT_CHK" if arm || musl => true,
38673870

0 commit comments

Comments
 (0)