Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Disable seccomp filter for docker build tests
When target system updated to glibc-2.34 (as for ALT Linux) it starts to use new syscall `clone3', which is not enabled in Docker seccomp filter, causing run failures. GA issue [1]. Disable Docker seccomp filtering since we are in throwable virtual environment anyway and don't need that protection. Link: actions/runner-images#3812 [1] Fixes: lkrg-org#121 Signed-off-by: Vitaly Chikunov <[email protected]>
- Loading branch information