Skip to content

Commit b8855d7

Browse files
committed
CI: Double the number of threads for jobs that did slow down after switching to a smaller resource class
1 parent 0227694 commit b8855d7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.circleci/config.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,11 @@ jobs:
592592

593593
b_ubu_clang: &b_ubu_clang
594594
<<: *base_ubuntu2004_clang_large
595+
environment:
596+
TERM: xterm
597+
CC: clang
598+
CXX: clang++
599+
MAKEFLAGS: -j 10
595600
steps:
596601
- checkout
597602
- run: *run_build
@@ -637,7 +642,7 @@ jobs:
637642
# Runs 2x faster on large and 3x on xlarge but no other jobs depend on it we can live with medium.
638643
<<: *base_ubuntu2004
639644
environment:
640-
MAKEFLAGS: -j 3
645+
MAKEFLAGS: -j 6
641646
CMAKE_OPTIONS: -DCMAKE_BUILD_TYPE=Release -DUSE_Z3_DLOPEN=ON -DUSE_CVC4=OFF -DSOLC_STATIC_STDLIBS=ON
642647
steps:
643648
- checkout
@@ -688,7 +693,7 @@ jobs:
688693
environment:
689694
CMAKE_BUILD_TYPE: Debug
690695
CMAKE_OPTIONS: -DCMAKE_CXX_STANDARD=20 -DUSE_CVC4=OFF
691-
MAKEFLAGS: -j 5
696+
MAKEFLAGS: -j 10
692697
steps:
693698
- checkout
694699
- run: *run_build
@@ -800,6 +805,9 @@ jobs:
800805

801806
b_ems:
802807
<<: *base_ems_large
808+
environment:
809+
TERM: xterm
810+
MAKEFLAGS: -j 10
803811
steps:
804812
- checkout
805813
- run:

0 commit comments

Comments
 (0)