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

[docker] Fix runtime check_is_active sysroot consideration #3375

Merged

Commits on Oct 6, 2023

  1. [docker] Fix runtime check_is_active sysroot consideration

    A runtime's `check_is_active()` does not get passed a sysroot at any
    point, so the docker runtime abstraction should just use the policy
    sysroot directly.
    
    Additionally, `check_can_copy()` should be simplified to simply return
    the already-determined active state of the runtime.
    
    Signed-off-by: Jake Hunsaker <[email protected]>
    TurboTurtle committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    303d6de View commit details
    Browse the repository at this point in the history