You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: better error messages on build failures (#146)
* fix: better error messages on build failures
Why is this change necessary?
* Generic "Binary Validation Failed" does not add enough value
How does it address the issue?
* Showcases which binary has failed and shows which paths were looked
at.
What side effects does this change have?
* None.
* fix: explicit error messages on binary validation failure
- fail workflow explicitly if binary resolution failed
* fix: surface error messages for all binary validation failures
* fix: fix tests for unittest imports
* fix: make pylint happy
* fix: appveyor black version
message="Binary validation failed for {0}, searched for {0} in following locations : {1} which did not satisfy constraints for runtime: {2}. Do you have {0} for runtime: {2} on your PATH?".format(
0 commit comments