-
-
Notifications
You must be signed in to change notification settings - Fork 897
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2277 from sparklemotion/flavorjones-better-ci-cac…
…hing improve CI caching of compiled dependencies --- **What problem is this PR intended to solve?** Quite a bit of CI time is spent compiling our packaged dependencies (libxml2, libxslt, libiconv, zlib). For a given platform, we should be able to cache these libraries once compiled. This PR does two things: - move libgumbo out of `/ports` - caches `/ports` for most jobs that were previously caching just `/ports/archives` (which only contains the tarballs) Before/after timings for the `rake compile` job: | | before | after | |--------------|--------|-------| | linux 2.7 | 1m12s | 18s | | linux head | 1m29s | 17s | | macos head | 2m10s | 34s | | windows head | 9m47s | 1m42s |
- Loading branch information
Showing
3 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters