Files
buildkit/solver/errdefs/context.go
Justin Chadwell 51aca40cba solver: use errors.Is when checking context.Cause()
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>
2024-01-25 12:57:48 +00:00

705 B