seccompiler icon indicating copy to clipboard operation
seccompiler copied to clipboard

Build fails on Android since 0.5

Open mbuesch opened this issue 9 months ago • 1 comments

Compile fails on Android since 0.5 due to missing libc::SECCOMP_SET_MODE_FILTER constant from libc crate. See https://github.com/rust-lang/libc/pull/4330

mbuesch avatar Mar 14 '25 20:03 mbuesch

Fix has been merged into libc main branch.

mbuesch avatar Mar 18 '25 20:03 mbuesch

A fixed and semver compatible libc crate version has been released.

mbuesch avatar Jun 14 '25 19:06 mbuesch