mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to 0692ad79
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
4
vendor/github.com/moby/buildkit/client/llb/state.go
generated
vendored
4
vendor/github.com/moby/buildkit/client/llb/state.go
generated
vendored
@ -598,9 +598,9 @@ func LocalUniqueID(v string) ConstraintsOpt {
|
||||
})
|
||||
}
|
||||
|
||||
func ProgressGroup(id, name string) ConstraintsOpt {
|
||||
func ProgressGroup(id, name string, weak bool) ConstraintsOpt {
|
||||
return constraintsOptFunc(func(c *Constraints) {
|
||||
c.Metadata.ProgressGroup = &pb.ProgressGroup{Id: id, Name: name}
|
||||
c.Metadata.ProgressGroup = &pb.ProgressGroup{Id: id, Name: name, Weak: weak}
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user