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

GitHub noreply at github.com
Sun Apr 8 19:59:16 BST 2018


  Branch: refs/heads/s3_support
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 8f1028a928125c97e5aacaa666fddf55a476523d
      https://github.com/boxbackup/boxbackup/commit/8f1028a928125c97e5aacaa666fddf55a476523d
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-04-08 (Sun, 08 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.


  Commit: b38c3d1906bde7a1600deb8018278688fb002f07
      https://github.com/boxbackup/boxbackup/commit/b38c3d1906bde7a1600deb8018278688fb002f07
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-04-08 (Sun, 08 Apr 2018)

  Changed paths:
    M infrastructure/cmake/windows/CMakeLists.txt

  Log Message:
  -----------
  Fix download URL for PCRE for Windows superbuilds

We can no longer access the ftp.csx.cam.ac.uk server using HTTP, only
FTP. We might as well use the pcre.org server instead.


Compare: https://github.com/boxbackup/boxbackup/compare/0ef71934f612...b38c3d1906bd


More information about the Boxbackup-commit mailing list