ports-cache timeout
* Use travis_wait for prime_local_ports_cache to increase ports-cache
time limit imposed when restoring a ports-cache
This commit is contained in:
committed by
Yorik van Havre
parent
981cca940f
commit
0b2ac1d9f6
@@ -140,7 +140,7 @@ before_install:
|
||||
if [ "${OSX_PORTS_CACHE}X" != "X" ]; then
|
||||
brew install jq
|
||||
cacheContext=$(create_helper_context repo=${OSX_PORTS_CACHE} auth_token=${GH_TOKEN} release=${FREECAD_RELEASE})
|
||||
prime_local_ports_cache $cacheContext
|
||||
travis_wait prime_local_ports_cache $cacheContext
|
||||
fi
|
||||
brew update >/dev/null
|
||||
brew --config
|
||||
|
||||
Reference in New Issue
Block a user