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

Run libseccomp tests in parallel #5076

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Commits on Oct 9, 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]>
    ncopa committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    165d4da View commit details
    Browse the repository at this point in the history