From d53b19bd12362032090c444022ce68408e695bb7 Mon Sep 17 00:00:00 2001 From: Ghislain Piot Date: Mon, 16 Dec 2024 16:35:21 +0100 Subject: [PATCH] SONARPY-2473 Optimize Windows build by using a bigger instance and parallel submodule fetching (#2253) --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0194470957..1cd33c6f04 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -32,7 +32,7 @@ win_vm_definition: &WINDOWS_VM_DEFINITION image: base-windows-jdk17-v* platform: windows region: eu-central-1 - type: t3.xlarge + type: c5.2xlarge use_ssd: true build_container_definition: &BUILD_CONTAINER_DEFINITION @@ -128,7 +128,7 @@ build_win_task: folder: C:/.m2/repository build_script: - git config --global core.autocrlf input - - git submodule update --init + - git submodule update --init --jobs 4 - cd python-frontend/typeshed_serializer/resources/python-type-stubs - git sparse-checkout set stubs/sklearn - git checkout