Skip to content

Commit

Permalink
ci: Add back CLONE_CLEAR_SIGHAND and CLONE_INTO_CGROUP skips
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tgross35 committed Nov 25, 2024
1 parent d7d52d0 commit bcf1eb8
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 @@ -4158,6 +4158,9 @@ fn test_linux(target: &str) {
// FIXME: requires Linux >= v5.8
"IF_LINK_MODE_TESTING" if sparc64 => true,

// DIFF(main): fixed in 1.0 with e9abac9ac2
"CLONE_CLEAR_SIGHAND" | "CLONE_INTO_CGROUP" => true,

// kernel 6.1 minimum
"MADV_COLLAPSE" => true,

Expand Down

0 comments on commit bcf1eb8

Please sign in to comment.