File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments