We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76aca84 commit c64ee76Copy full SHA for c64ee76
programs/build_helpers/build_protocol
@@ -11,7 +11,6 @@ programs/build_helpers/buildstep make.protocol 250 "make -j 2 graphene_protocol"
11
programs/build_helpers/buildstep make.chain 450 "make -j 2 graphene_chain"
12
programs/build_helpers/buildstep make.node 600 "make -j 2 witness_node"
13
programs/build_helpers/buildstep make.cli 500 "make -j 2 cli_wallet"
14
-programs/build_helpers/buildstep make.cli_test 180 "make -j 2 cli_test"
15
programs/build_helpers/buildstep make.chain_test 750 "make -j 2 chain_test"
16
programs/build_helpers/buildstep end 0
17
ccache -s
0 commit comments