Skip to content

Commit

Permalink
SONARPY-2473 Optimize Windows build by using a bigger instance and pa…
Browse files Browse the repository at this point in the history
…rallel submodule fetching (#2253)
  • Loading branch information
ghislainpiot authored Dec 16, 2024
1 parent e917bf9 commit d53b19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d53b19b

Please sign in to comment.