Skip to content

Commit 9e9cd08

Browse files
committed
Fix not to set the value on empty vertex
Signed-off-by: Seiya Miyata <[email protected]>
1 parent 34b0b52 commit 9e9cd08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

solver/llbsolver/solver.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,6 @@ func notifyStarted(ctx context.Context, v *client.Vertex) func(err error) {
920920
start := time.Now()
921921
v.Started = &start
922922
v.Completed = nil
923-
v.Cached = false
924923
id := identity.NewID()
925924
pw.Write(id, *v)
926925
return func(err error) {

0 commit comments

Comments
 (0)