Skip to content

Commit f806ce1

Browse files
authored
Circle CI: Switch to 'large' runners on Linux, with 4 CPU cores and 8 GB RAM (#4452)
1 parent 94edb02 commit f806ce1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ jobs:
104104
<<: *commonSteps
105105
docker:
106106
- image: ubuntu:20.04
107+
resource_class: large
107108
environment:
108-
- PARALLELISM: 2
109+
- PARALLELISM: 4
109110
- CI_OS: linux
110111
- EXTRA_APT_PACKAGES: llvm-dev libclang-common-10-dev
111112
- HOST_LDC_VERSION: 1.24.0
@@ -114,8 +115,9 @@ jobs:
114115
<<: *commonSteps
115116
docker:
116117
- image: ubuntu:20.04
118+
resource_class: large
117119
environment:
118-
- PARALLELISM: 2
120+
- PARALLELISM: 4
119121
- CI_OS: linux
120122
- EXTRA_APT_PACKAGES: gdmd llvm-dev libclang-common-10-dev
121123
- HOST_LDC_VERSION: 1.24.0

0 commit comments

Comments
 (0)