Skip to content

Commit 9956dfb

Browse files
committed
ci: Add back CLONE_CLEAR_SIGHAND and CLONE_INTO_CGROUP skips
This bug was fixed in e9abac9 ("Set CLONE_CLEAR_SIGHAND and CLONE_INTO_CGROUP to a large enough type") and these checks were removed in acc75e7 ("ci: update musl headers to 6.6"). However, we cannot backport the fix, so add back the override here.
1 parent d7d52d0 commit 9956dfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4158,6 +4158,9 @@ fn test_linux(target: &str) {
41584158
// FIXME: requires Linux >= v5.8
41594159
"IF_LINK_MODE_TESTING" if sparc64 => true,
41604160

4161+
// DIFF(main): fixed in 1.0 with e9abac9ac2
4162+
"CLONE_CLEAR_SIGHAND" | "CLONE_INTO_CGROUP" => true,
4163+
41614164
// kernel 6.1 minimum
41624165
"MADV_COLLAPSE" => true,
41634166

0 commit comments

Comments
 (0)