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
feat: run-md-test.sh can now use existing binaries
Previously always deleted existing binaries. This new option is useful
for testing specific binaries, as well as enabling caching for CI
contexts.
Behaviour is controlled by second parameter:
$2 = 1: build from source
$2 = 2: use existing binaries (new option)
$2 = *: download binaries
0 commit comments