mirror of
https://github.com/moby/buildkit.git
synced 2026-07-06 06:37:16 +00:00
This commit fixes more issues where vertex progress updates were using the same ID and incorrectly deduplicating with each other. A previous commit addressed this in solver/jobs.go but the same problem existed elsewhere. The update results in a random ID being used for vertex start/stop events as it is the simplest approach that works everywhere in a consistent pattern. Signed-off-by: Erik Sipsma <erik@sipsma.dev>