From 905f6142e7665c24e666bbe34bec19d422efdafa Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 25 Aug 2022 08:12:10 +0100 Subject: [PATCH 1/2] ci: Force `ccache` package version for MSVC build The ccache 4.6.2 is broken. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index f2a08cdd48b..cc717c4f436 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -162,7 +162,7 @@ task: ccache_cache: folder: '%CCACHE_DIR%' install_tools_script: - - choco install --yes --no-progress ccache + - choco install --yes --no-progress ccache --version=4.6.1 - choco install --yes --no-progress python3 --version=3.9.6 - pip install zmq - ccache --version From cda62657e95a90a5fd61ba43e2acbd407e3a4135 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 25 Aug 2022 11:03:17 +0100 Subject: [PATCH 2/2] ci: Increase `windows_container` resources Required to fit timeout when all build caches are invalidated. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index cc717c4f436..ae962f2906a 100644 --- 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: