mirror of
https://github.com/moby/buildkit.git
synced 2026-08-05 07:10:23 +00:00
Since the change to replace uses of context.WithCancel with WithCancelCause, we've also begun wrapping all cancellations using errors.WithStack. This means that these would not directly match context.Canceled, so we need to make sure to use errors.Is. Signed-off-by: Justin Chadwell <me@jedevc.com>
705 B
705 B