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

runc: fix how version is set after upstream change #196

Merged
merged 1 commit into from
Jun 14, 2024

Commits on Jun 14, 2024

  1. runc: fix how version is set after upstream change

    Upstream changed how the binary version can be set which broke how we
    were setting it.
    Now we can pass a VERSION env var into runcs make file to have it use
    that instead of modifying the VERSION file in the repo.
    
    Because we already have a VERSION field set in the env, the runc
    makefile is taking that, but it does not contain the revision number, so
    we need to modify that env.
    
    Signed-off-by: Brian Goff <cpuguy83@gmail.com>
    cpuguy83 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2657593 View commit details
    Browse the repository at this point in the history