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
scripts: Let test-picolibc script work without existing glibc builds
This script was using 'rm -r' for all of the build directories, which
only worked if they already existed. Add '-f' so it works even if the
build directories aren't present.
Signed-off-by: Keith Packard <[email protected]>
0 commit comments