mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-10 13:37:08 +08:00
vendor: update buildkit to master@2d91ddcceedc
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
4
vendor/github.com/moby/buildkit/util/testutil/integration/dockerd.go
generated
vendored
4
vendor/github.com/moby/buildkit/util/testutil/integration/dockerd.go
generated
vendored
@ -219,6 +219,10 @@ func (c Moby) New(ctx context.Context, cfg *BackendConfig) (b Backend, cl func()
|
||||
}, cl, nil
|
||||
}
|
||||
|
||||
func (c Moby) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func waitForAPI(ctx context.Context, apiClient *client.Client, d time.Duration) error {
|
||||
step := 50 * time.Millisecond
|
||||
i := 0
|
||||
|
Reference in New Issue
Block a user