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
hack: make install-tools.sh more robust against missing deps
If a dependency of the script (go, python) is missing the script would
silently fail very early on. This change tries to avoid any failure
unless the tool in question actually depends on that dependency while
also making the missing dependency more obvious with more output.
Signed-off-by: John Mulligan <[email protected]>
0 commit comments