Skip to content

Commit 5a6ae2c

Browse files
committed
fixup! CI: Double the number of threads for jobs that did slow down after switching to a smaller resource class
1 parent 72ff72f commit 5a6ae2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ jobs:
596596
TERM: xterm
597597
CC: clang
598598
CXX: clang++
599-
MAKEFLAGS: -j 10
599+
MAKEFLAGS: -j 12
600600
steps:
601601
- checkout
602602
- run: *run_build
@@ -642,7 +642,7 @@ jobs:
642642
# Runs 2x faster on large and 3x on xlarge but no other jobs depend on it we can live with medium.
643643
<<: *base_ubuntu2004
644644
environment:
645-
MAKEFLAGS: -j 6
645+
MAKEFLAGS: -j 5
646646
CMAKE_OPTIONS: -DCMAKE_BUILD_TYPE=Release -DUSE_Z3_DLOPEN=ON -DUSE_CVC4=OFF -DSOLC_STATIC_STDLIBS=ON
647647
steps:
648648
- checkout
@@ -693,7 +693,7 @@ jobs:
693693
environment:
694694
CMAKE_BUILD_TYPE: Debug
695695
CMAKE_OPTIONS: -DCMAKE_CXX_STANDARD=20 -DUSE_CVC4=OFF
696-
MAKEFLAGS: -j 10
696+
MAKEFLAGS: -j 12
697697
steps:
698698
- checkout
699699
- run: *run_build
@@ -1275,7 +1275,7 @@ workflows:
12751275
<<: *workflow_emscripten
12761276
name: t_ems_test_ext_zeppelin
12771277
project: zeppelin
1278-
resource_class: medium
1278+
resource_class: large
12791279
- t_ems_ext:
12801280
<<: *workflow_emscripten
12811281
name: t_ems_test_ext_ens

0 commit comments

Comments
 (0)