6a134605f1
When the internet is not accessible build scripts are unnecessarily slow because of failed attempts to download git tag and CDN version information from remote servers. This commit does a synchronous check of internet connectivity before attempting any remote requests. Closes #14759