Skip to content

Commit

Permalink
llb: asyncronous llb graph generation support
Browse files Browse the repository at this point in the history
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
  • Loading branch information
tonistiigi committed Apr 3, 2020
1 parent 6e725bd commit ff8ed07
Show file tree
Hide file tree
Showing 32 changed files with 732 additions and 328 deletions.
2 changes: 1 addition & 1 deletion client/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func testClientGatewaySolve(t *testing.T, sb integration.Sandbox) {
)
st := run.AddMount("/out", llb.Scratch())

def, err := st.Marshal()
def, err := st.Marshal(ctx)
if err != nil {
return nil, errors.Wrap(err, "failed to marshal state")
}
Expand Down
Loading

0 comments on commit ff8ed07

Please sign in to comment.