mozilla / spidernode

Node.js on top of SpiderMonkey
https://ehsanakhgari.org/blog/2016-04-20/project-spidernode
Other
559 stars 43 forks source link

Travis job failed because of errors downloading clang 3.8 #356

Open mykmelez opened 7 years ago

mykmelez commented 7 years ago

https://travis-ci.org/mozilla/spidernode/jobs/195248758 failed because of errors with wget http://llvm.org/releases/3.8.0/clang+llvm-3.8.0-x86_64-apple-darwin.tar.xz, either "Operation timed out" or "Connection reset by peer".

Surely there's a more reliable way to install clang 3.8.0. Or we could cache it using Travis's cache, so we don't have to download it every time.