[Box Backup-commit] [boxbackup/boxbackup] 46a38d: Cache compiled packages to speed up unibuilds

GitHub noreply at github.com
Sat Apr 7 23:47:00 BST 2018


  Branch: refs/heads/s3_support
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 46a38daf5f1984ae72f2431d1dae9ba86b5b7992
      https://github.com/boxbackup/boxbackup/commit/46a38daf5f1984ae72f2431d1dae9ba86b5b7992
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-04-07 (Sat, 07 Apr 2018)

  Changed paths:
    M .travis.yml
    M appveyor.yml
    M infrastructure/cmake/windows/CMakeLists.txt

  Log Message:
  -----------
  Cache compiled packages to speed up unibuilds

This is particularly relevant to Windows builds, where ccache is not available,
so zlib, openssl and pcre must be compiled from scratch on every build.  This
process caches the installed files (in the install/ directory) and rebuilds
them if the CMakeLists file changes.

The cache is cleared on appveyor if CMakeLists.txt changes (which invalidates
the old packages anyway) but not on Travis, which may grow to become an issue
in future.




More information about the Boxbackup-commit mailing list