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
The download tool check was failing scripts that source common.sh but
don't use download functions (like riscv-tests.sh). This changes to lazy
initialization - only check for curl/wget when a download function is
actually called.
This prevents unnecessary failures in scripts that source common.sh
for other utilities like PARALLEL or check_platform().
0 commit comments