Commit e2d0902 1 parent a2dd1e1 commit e2d0902 Copy full SHA for e2d0902
File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,12 @@ programs/build_helpers/buildstep -s 3500
5
5
ccache -s
6
6
programs/build_helpers/buildstep Prepare 1 " sed -i '/tests/d' libraries/fc/CMakeLists.txt"
7
7
programs/build_helpers/buildstep cmake 5 " cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=--coverage -DCMAKE_CXX_FLAGS=--coverage -DBoost_USE_STATIC_LIBS=OFF -DCMAKE_CXX_OUTPUT_EXTENSION_REPLACE=ON ."
8
- programs/build_helpers/buildstep make.fc 200 " make -j 2 fc"
9
- programs/build_helpers/buildstep make.protocol 1000 " make -j 2 graphene_protocol"
10
- programs/build_helpers/buildstep make.chain 1000 " make -j 2 graphene_chain"
8
+ programs/build_helpers/buildstep make.fc 230 " make -j 2 fc"
9
+ programs/build_helpers/buildstep make.protocol 250 " make -j 2 graphene_protocol"
10
+ programs/build_helpers/buildstep make.chain 450 " make -j 2 graphene_chain"
11
+ programs/build_helpers/buildstep make.node 450 " make -j 2 witness_node"
12
+ programs/build_helpers/buildstep make.cli 450 " make -j 2 cli_wallet"
13
+ programs/build_helpers/buildstep make.cli_test 450 " make -j 2 cli_test"
14
+ programs/build_helpers/buildstep make.chain_test 450 " make -j 2 chain_test"
11
15
programs/build_helpers/buildstep end 0
12
16
ccache -s
You can’t perform that action at this time.
0 commit comments