Skip to content

Commit

Permalink
Revert "Also skip MFD_EXEC and MFD_NOEXEC_SEAL on sparc64"
Browse files Browse the repository at this point in the history
This commit was included in [1] but was not present in the original
commmit. This was likely needed because of previous differences in CI
setup and MSRV between the two branches.

Now that the two branches are much more similar, the same kernel verion
and Rust versions are tested so this should no longer be needed.

This reverts commit 61331df.

[1]: #3708
  • Loading branch information
tgross35 committed Feb 22, 2025
1 parent 0afc20e commit 277ff0b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4126,10 +4126,7 @@ fn test_linux(target: &str) {
if ppc64 || riscv64 => true,

// FIXME: requires more recent kernel headers on CI
| "MFD_EXEC"
| "MFD_NOEXEC_SEAL"
| "SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV"
if sparc64 => true,
"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 => true,
Expand Down

0 comments on commit 277ff0b

Please sign in to comment.