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

Proposal: add new --sync-output flag to bake #1197

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 30, 2022

  1. bake: add new --sync-output flag

    This patch introduces a new syncable output option, which ensures that
    all builds finish simultaneously in the solver, so that no outputs are
    completed independently of each other. This allows bake to easily
    express the notion that either all builds should succeed and output or
    none of them should.
    
    Signed-off-by: Justin Chadwell <[email protected]>
    jedevc committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    d52c623 View commit details
    Browse the repository at this point in the history
  2. bake(e2e): simple test for sync-output flag

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max authored and jedevc committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    048e6ac View commit details
    Browse the repository at this point in the history