Actions
Bug #10130
closedCache / mirror PhantomJS
Story points:
-
Description
I've seen a couple of build failures in the last few days related to failure to download PhantomJS, which appears to be hosted on a rate-limited site:
https://github.com/ariya/phantomjs/issues/13953
Given all the other problems that we have with the build, it seems like it would be worth caching a local copy of PhantomJS to make that one less thing to worry about.
Updated by Tom Morris almost 8 years ago
- Target version set to Arvados Future Sprints
Updated by Ward Vandewege almost 8 years ago
- Status changed from New to Resolved
- Assigned To set to Ward Vandewege
- Target version changed from Arvados Future Sprints to 2016-09-28 sprint
We have a cached copy at
http://cache.arvados.org/phantomjs-1.9.7-linux-x86_64.tar.bz2
And I've updated the arvbox Dockerfile to pull that one in. Using http means that our caching proxy on the ci box will cache it, as well.
Actions