Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release-1.29] Run libseccomp tests in parallel #5268

Merged
merged 1 commit into from
Nov 18, 2024

Commits on Nov 18, 2024

  1. Run libseccomp tests in parallel

    Backport a commit that allows us to run the libseccomp tests in
    parallel. This lets us build runc image in 30-40 seconds instead
    of 4-5 minutes.
    
    The bash script uses `tail` options that is not supported in busybox
    tail so pull in `tail` from coreutils.
    
    Signed-off-by: Natanael Copa <[email protected]>
    (cherry picked from commit 165d4da)
    (cherry picked from commit cfb297f)
    (cherry picked from commit 2e6d14b)
    ncopa authored and github-actions[bot] committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4bc4d76 View commit details
    Browse the repository at this point in the history