-
Notifications
You must be signed in to change notification settings - Fork 38.2k
ci: Force ccache package version for MSVC build
#25929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The ccache 4.6.2 is broken.
|
What about the point update actually broke things? Has it been reported upstream? |
Checking the https://github.com/ccache/ccache repository... cc @sipsorcery |
|
ACK 905f614. |
|
|
As all caches (Qt, vcpkg tools, vcpkg binary, ccache) have been invalidated, a couple of minutes lacks to finish a build before timeout. Do you mind increasing CPU number: --- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -97,8 +97,8 @@ task:
name: "Win64 native [vs2022]"
<< : *FILTER_TEMPLATE
windows_container:
- cpu: 4
- memory: 8G
+ cpu: 6
+ memory: 12G
image: cirrusci/windowsservercore:visualstudio2022
timeout_in: 120m
env:? |
Required to fit timeout when all build caches are invalidated.
It has been fixed in v4.6.3 (tested in my Cirrus account).
Nevertheless, I'd prefer to stick to well-known v4.6.1 for now. |
…l tests in "Win64 native" task 6fbd173 ci: Use all available CPUs for functional tests in "Win64 native" task (Hennadii Stepanov) Pull request description: On the [master](https://cirrus-ci.com/task/5422842484359168) branch:  This [PR](https://cirrus-ci.com/task/6392972617973760) branch:  Also consider "CPU Usage" charts provided by CI. Overlooked in cda6265 (bitcoin/bitcoin#25929). ACKs for top commit: hebasto: Indeed. Reverted back to 6fbd173 ([pr26297.01](https://github.com/hebasto/bitcoin/commits/pr26297.01)), which was already [ACKed](bitcoin/bitcoin#26297 (review)) by @aureleoules. aureleoules: ACK 6fbd173 jarolrod: ACK 6fbd173 shaavan: ACK 6fbd173 Tree-SHA512: ddd4b41af95bd735f881a3b2c64ee308de2725381f770e313e66555f929d88c8848c98cc5fcd15dfa6845b5dd84ca6c8764ef5d01602b0a62041820856af2b98
The recent update of the
ccachepackage from 4.6.1 to 4.6.2 broke our MSVC CI build.This PR forces the working version 4.6.1.