Philippe Mathieu-Daudé <phi...@redhat.com> writes:
> This series tries to reduce Travis CI failures due to network > issues, and tries to speed builds a bit, reducing failures due > to job timeouting. Looking good. Queued to testing/next, thanks. > > Travis feature: https://docs.travis-ci.com/user/caching/ > > To see improvement over time, I recommend to apply this series > on top of different merge commit on master, to see changes in > cache use. > > Few patches come from: > https://lists.gnu.org/archive/html/qemu-devel/2017-06/msg04935.html > > Regards, > > Phil. > > Philippe Mathieu-Daudé (10): > .travis.yml: Enable multiple caching features > .travis.yml: Increase cache timeout from 3min to 20min > .travis.yml: Cache Python PIP packages > .travis.yml: Cache Avocado cache > .travis.yml: Improve ccache use > .travis.yml: Enable ccache on OSX > .travis.yml: Document how the build matrix use caches > .travis.yml: Cache Linux/GCC 'debug profile' jobs together > .travis.yml: Cache Linux/GCC 'non-debug profile' jobs together > .travis.yml: Cache Linux/Clang jobs together > > .travis.yml | 39 ++++++++++++++++++++++++++++++++++++++- > 1 file changed, 38 insertions(+), 1 deletion(-) -- Alex Bennée