Skip to content

Commit d53b19b

Browse files
authored
SONARPY-2473 Optimize Windows build by using a bigger instance and parallel submodule fetching (#2253)
1 parent e917bf9 commit d53b19b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ win_vm_definition: &WINDOWS_VM_DEFINITION
3232
image: base-windows-jdk17-v*
3333
platform: windows
3434
region: eu-central-1
35-
type: t3.xlarge
35+
type: c5.2xlarge
3636
use_ssd: true
3737

3838
build_container_definition: &BUILD_CONTAINER_DEFINITION
@@ -128,7 +128,7 @@ build_win_task:
128128
folder: C:/.m2/repository
129129
build_script:
130130
- git config --global core.autocrlf input
131-
- git submodule update --init
131+
- git submodule update --init --jobs 4
132132
- cd python-frontend/typeshed_serializer/resources/python-type-stubs
133133
- git sparse-checkout set stubs/sklearn
134134
- git checkout

0 commit comments

Comments
 (0)