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/oci.go
generated
vendored
4
vendor/github.com/moby/buildkit/util/testutil/integration/oci.go
generated
vendored
@ -84,3 +84,7 @@ func (s *OCI) New(ctx context.Context, cfg *BackendConfig) (Backend, func() erro
|
||||
snapshotter: s.Snapshotter,
|
||||
}, stop, nil
|
||||
}
|
||||
|
||||
func (s *OCI) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user