Skip to content

Commit

Permalink
Circle CI: Switch to 'large' runners on Linux, with 4 CPU cores and 8…
Browse files Browse the repository at this point in the history
… GB RAM
  • Loading branch information
kinke committed Jul 15, 2023
1 parent d4f2bed commit 8323867
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ jobs:
<<: *commonSteps
docker:
- image: ubuntu:20.04
resource_class: large
environment:
- PARALLELISM: 2
- PARALLELISM: 4
- CI_OS: linux
- EXTRA_APT_PACKAGES: llvm-dev libclang-common-10-dev
- HOST_LDC_VERSION: 1.24.0
Expand All @@ -114,8 +115,9 @@ jobs:
<<: *commonSteps
docker:
- image: ubuntu:20.04
resource_class: large
environment:
- PARALLELISM: 2
- PARALLELISM: 4
- CI_OS: linux
- EXTRA_APT_PACKAGES: gdmd llvm-dev libclang-common-10-dev
- HOST_LDC_VERSION: 1.24.0
Expand Down

0 comments on commit 8323867

Please sign in to comment.