Changes between Initial Version and Version 1 of Ticket #54800, comment 3


Ignore:
Timestamp:
Sep 11, 2017, 3:20:52 AM (7 years ago)
Author:
l2dy (Zero King)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54800, comment 3

    initial v1  
    222. In order to cache dependencies across PRs, we have to enable builds on the master branch. To avoid timeouts, we can only build ports changed in the last commit pushed. (When many unrelated commits are pushed at once, only one Travis build will be triggered.)
    333. We should not cache distributable packages and purge outdated cached packages to avoid making the cache too big. Extracting the cache (and maybe generating it) costs precious build time.
     4
     5> After the first pull request build is run, it creates a new pull request cache.
     64. We have to remove cache of ports to be built.