We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e917bf9 commit d53b19bCopy full SHA for d53b19b
.cirrus.yml
@@ -32,7 +32,7 @@ win_vm_definition: &WINDOWS_VM_DEFINITION
32
image: base-windows-jdk17-v*
33
platform: windows
34
region: eu-central-1
35
- type: t3.xlarge
+ type: c5.2xlarge
36
use_ssd: true
37
38
build_container_definition: &BUILD_CONTAINER_DEFINITION
@@ -128,7 +128,7 @@ build_win_task:
128
folder: C:/.m2/repository
129
build_script:
130
- git config --global core.autocrlf input
131
- - git submodule update --init
+ - git submodule update --init --jobs 4
132
- cd python-frontend/typeshed_serializer/resources/python-type-stubs
133
- git sparse-checkout set stubs/sklearn
134
- git checkout
0 commit comments