mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Increase resource class
This commit is contained in:
parent
9bdf854aab
commit
9133ae94b2
@ -425,9 +425,10 @@ defaults:
|
||||
TERM: xterm
|
||||
MAKEFLAGS: -j 2
|
||||
|
||||
- eof_ubuntu2204_small: &eof_ubuntu2204_small
|
||||
<<: *base_cimg_small
|
||||
resource_class: small
|
||||
- base_ubuntu2204_large: &base_ubuntu2204_large
|
||||
docker:
|
||||
- image: cimg/base:current
|
||||
resource_class: large
|
||||
environment:
|
||||
TERM: xterm
|
||||
MAKEFLAGS: -j 5
|
||||
@ -1045,7 +1046,7 @@ jobs:
|
||||
<<: *steps_soltest_all
|
||||
|
||||
t_ubu_soltest_eof: &t_ubu_soltest_eof
|
||||
<<: *eof_ubuntu2204_small
|
||||
<<: *base_ubuntu2204_large
|
||||
environment:
|
||||
CMAKE_OPTIONS: -DUSE_CVC4=OFF
|
||||
EVM: "shanghai"
|
||||
|
Loading…
Reference in New Issue
Block a user