vendor: update buildkit to v0.11.2

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
(cherry picked from commit f6da7ee135)
This commit is contained in:
Tonis Tiigi
2023-01-26 10:33:20 -08:00
parent 389ac0c3d1
commit 0090d49e57
9 changed files with 236 additions and 168 deletions

View File

@ -206,6 +206,7 @@ message BuildHistoryRecord {
bool pinned = 14;
int32 numCachedSteps = 15;
int32 numTotalSteps = 16;
int32 numCompletedSteps = 17;
// TODO: tags
// TODO: unclipped logs
}