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

bake: use shared session for local sources for multiple targets #2615

Merged
merged 1 commit into from
Aug 7, 2024

Commits on Jul 24, 2024

  1. bake: use shared session for local sources for multiple targets

    Detect cases where multiple bake targets would use the same
    local source. For such cases a separate session request is
    made in addition to session per target and local source
    is made available in that source as well.
    
    The new sessionID is sent with the request so the frontend
    can ask associate it with the local source it needs.
    
    The sources are still available in the main request session
    as well. This would be used if frontend ignores the local-sessionid
    parameter and makes sure that old version continue working.
    
    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b62d64b View commit details
    Browse the repository at this point in the history