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 94edb02 commit f806ce1Copy full SHA for f806ce1
.circleci/config.yml
@@ -104,8 +104,9 @@ jobs:
104
<<: *commonSteps
105
docker:
106
- image: ubuntu:20.04
107
+ resource_class: large
108
environment:
- - PARALLELISM: 2
109
+ - PARALLELISM: 4
110
- CI_OS: linux
111
- EXTRA_APT_PACKAGES: llvm-dev libclang-common-10-dev
112
- HOST_LDC_VERSION: 1.24.0
@@ -114,8 +115,9 @@ jobs:
114
115
116
117
118
119
120
121
122
- EXTRA_APT_PACKAGES: gdmd llvm-dev libclang-common-10-dev
123
0 commit comments