Task #67271
closedUse Travis caching feature
0%
Description
Travis allows for caching directories between builds which vastly speeds up builds e.g. by not having to download Composer packages anymore.
This makes it necessary to switch to the container based infrastructure which in turn doesn't allow sudo
e.g. to install additional APT packages, but the APT addon allows for a different solution based on a whitelist of packages which our parallel
is part of.
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39911
Updated by Mathias Brodala over 9 years ago
At the moment builds in Travis are actually way slower (~26 minutes compared to ~10 minutes without) due to the switch to the container based infrastructure. This seems to be a known issue in Travis and needs to be fixed first, thus this should be put on hold.
Updated by Wouter Wolters over 9 years ago
- Status changed from Under Review to On Hold
Updated by Mathias Brodala over 9 years ago
This has been merged in the meantime with #67775.
Updated by Christian Kuhn over 9 years ago
- Status changed from On Hold to Resolved
Applied in changeset fac6e134b29b613456de4e240719514a11cd2f20.