mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CI: Double the number of threads for jobs that did slow down after switching to a smaller resource class
This commit is contained in:
parent
075d7b6152
commit
b96d238c23
@ -617,6 +617,11 @@ jobs:
|
|||||||
|
|
||||||
b_ubu_clang: &b_ubu_clang
|
b_ubu_clang: &b_ubu_clang
|
||||||
<<: *base_ubuntu2004_clang_large
|
<<: *base_ubuntu2004_clang_large
|
||||||
|
environment:
|
||||||
|
TERM: xterm
|
||||||
|
CC: clang
|
||||||
|
CXX: clang++
|
||||||
|
MAKEFLAGS: -j 10
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: *run_build
|
- run: *run_build
|
||||||
@ -664,7 +669,7 @@ jobs:
|
|||||||
# Runs 2x faster on large and 3x on xlarge but no other jobs depend on it we can live with medium.
|
# Runs 2x faster on large and 3x on xlarge but no other jobs depend on it we can live with medium.
|
||||||
<<: *base_ubuntu2004
|
<<: *base_ubuntu2004
|
||||||
environment:
|
environment:
|
||||||
MAKEFLAGS: -j 3
|
MAKEFLAGS: -j 5
|
||||||
CMAKE_OPTIONS: -DCMAKE_BUILD_TYPE=Release -DUSE_Z3_DLOPEN=ON -DUSE_CVC4=OFF -DSOLC_STATIC_STDLIBS=ON
|
CMAKE_OPTIONS: -DCMAKE_BUILD_TYPE=Release -DUSE_Z3_DLOPEN=ON -DUSE_CVC4=OFF -DSOLC_STATIC_STDLIBS=ON
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
@ -718,7 +723,7 @@ jobs:
|
|||||||
environment:
|
environment:
|
||||||
CMAKE_BUILD_TYPE: Debug
|
CMAKE_BUILD_TYPE: Debug
|
||||||
CMAKE_OPTIONS: -DCMAKE_CXX_STANDARD=20 -DUSE_CVC4=OFF
|
CMAKE_OPTIONS: -DCMAKE_CXX_STANDARD=20 -DUSE_CVC4=OFF
|
||||||
MAKEFLAGS: -j 5
|
MAKEFLAGS: -j 10
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: *run_build
|
- run: *run_build
|
||||||
@ -836,6 +841,9 @@ jobs:
|
|||||||
|
|
||||||
b_ems:
|
b_ems:
|
||||||
<<: *base_ems_large
|
<<: *base_ems_large
|
||||||
|
environment:
|
||||||
|
TERM: xterm
|
||||||
|
MAKEFLAGS: -j 10
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
@ -1303,7 +1311,7 @@ workflows:
|
|||||||
project: zeppelin
|
project: zeppelin
|
||||||
# NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
|
# NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
|
||||||
nodejs_version: '16'
|
nodejs_version: '16'
|
||||||
resource_class: medium
|
resource_class: large
|
||||||
- t_ems_ext:
|
- t_ems_ext:
|
||||||
<<: *workflow_emscripten
|
<<: *workflow_emscripten
|
||||||
name: t_ems_test_ext_ens
|
name: t_ems_test_ext_ens
|
||||||
|
Loading…
Reference in New Issue
Block a user