build_single.sh will fail on Windows (WSL2) due to git clone if we already did a git submodule update --init --recursive. These script changes attempt to check whether the folder already exists, and if it does, attempts to checkout the appropriate branch/tag/commit.
build_single.sh will fail on Windows (WSL2) due to
git clone
if we already did agit submodule update --init --recursive
. These script changes attempt to check whether the folder already exists, and if it does, attempts to checkout the appropriate branch/tag/commit.