-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error graph for failed solve
We were missing a couple of edges that would help make it clearer why we were solving a constraint. In particular, this DepError was problematic: https://github.com/chainguard-dev/apko/blob/995ee5a40608591b2c4d2e7893abdffeca93f6ff/pkg/apk/apk/repo.go#L798 We were returning an error for the outer "pkg" and not including the context of the constraint within that package being solved or the failure of the selected package to solve its deps. Signed-off-by: Jon Johnson <[email protected]>
- Loading branch information
1 parent
995ee5a
commit 53e849c
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters