Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAppveyor: Use ccache on Windows GNU builds #14850
Conversation
|
Let's give this a try and see how it works out for us! I was hesitent because in the past we've run into cache size limits on AppVeyor, but it looks like they increased the Pro subscription cache size to 5GB: @bors-servo r+ |
|
|
Appveyor: Use ccache on Windows GNU builds r? @larsbergstrom Locally tested: First run: (Build time: 26:27) ``` cache directory C:/github/servo/.servo/.ccache primary config C:/github/servo/.servo/.ccache/ccache.conf secondary config (readonly) C:/building/msys64/mingw64/etc/ccache.conf cache hit (direct) 0 cache hit (preprocessed) 0 cache miss 953 called for link 5 called for preprocessing 9 compile failed 6 preprocessor error 30 unsupported source language 1 autoconf compile/link 43 no input file 6 files in cache 2523 cache size 443.0 MB max cache size 5.0 GB ``` Second run: (Build time: 15:30) ``` cache directory C:/github/servo/.servo/.ccache primary config C:/github/servo/.servo/.ccache/ccache.conf secondary config (readonly) C:/building/msys64/mingw64/etc/ccache.conf cache hit (direct) 922 cache hit (preprocessed) 31 cache miss 953 called for link 10 called for preprocessing 18 compile failed 12 preprocessor error 60 unsupported source language 2 autoconf compile/link 86 no input file 12 files in cache 2523 cache size 443.0 MB max cache size 5.0 GB ``` <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14850) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry |
|
|
|
|
|
@bors-servo: retry |
Appveyor: Use ccache on Windows GNU builds r? @larsbergstrom Locally tested: First run: (Build time: 26:27) ``` cache directory C:/github/servo/.servo/.ccache primary config C:/github/servo/.servo/.ccache/ccache.conf secondary config (readonly) C:/building/msys64/mingw64/etc/ccache.conf cache hit (direct) 0 cache hit (preprocessed) 0 cache miss 953 called for link 5 called for preprocessing 9 compile failed 6 preprocessor error 30 unsupported source language 1 autoconf compile/link 43 no input file 6 files in cache 2523 cache size 443.0 MB max cache size 5.0 GB ``` Second run: (Build time: 15:30) ``` cache directory C:/github/servo/.servo/.ccache primary config C:/github/servo/.servo/.ccache/ccache.conf secondary config (readonly) C:/building/msys64/mingw64/etc/ccache.conf cache hit (direct) 922 cache hit (preprocessed) 31 cache miss 953 called for link 10 called for preprocessing 18 compile failed 12 preprocessor error 60 unsupported source language 2 autoconf compile/link 86 no input file 12 files in cache 2523 cache size 443.0 MB max cache size 5.0 GB ``` <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14850) <!-- Reviewable:end -->
|
|
UK992 commentedJan 5, 2017
•
edited by larsbergstrom
r? @larsbergstrom
Locally tested:
First run: (Build time: 26:27)
Second run: (Build time: 15:30)
This change is