vendor: update buildkit to master@212ab16a39b1

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell
2023-05-23 10:16:09 +01:00
parent 8085f57a3a
commit 09798cdebd
5 changed files with 40 additions and 22 deletions

View File

@ -112,6 +112,11 @@ func monitorHealth(ctx context.Context, cc *grpc.ClientConn, cancelConn func())
}
if err != nil {
select {
case <-ctx.Done():
return
default:
}
if failedBefore {
bklog.G(ctx).Error("healthcheck failed fatally")
return