mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-04 18:48:45 +08:00
Merge pull request #3003 from tonistiigi/debug-progress-fix
progress: fix race on pausing progress on debug shell
This commit is contained in:
commit
52f503e806
@ -122,6 +122,7 @@ func NewPrinter(ctx context.Context, out console.File, mode progressui.DisplayMo
|
|||||||
for {
|
for {
|
||||||
pw.status = make(chan *client.SolveStatus)
|
pw.status = make(chan *client.SolveStatus)
|
||||||
pw.done = make(chan struct{})
|
pw.done = make(chan struct{})
|
||||||
|
pw.closeOnce = sync.Once{}
|
||||||
|
|
||||||
pw.logMu.Lock()
|
pw.logMu.Lock()
|
||||||
pw.logSourceMap = map[digest.Digest]interface{}{}
|
pw.logSourceMap = map[digest.Digest]interface{}{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user