We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9230397 commit 3093bf9Copy full SHA for 3093bf9
Makefile
@@ -132,11 +132,6 @@ replayer: ocaml_checks
132
ulimit -s 65532 && (ulimit -n 10240 || true) && dune build src/app/replayer/replayer.exe --profile=devnet
133
$(info Build complete)
134
135
-replayer: ocaml_checks
136
- $(info Starting Build)
137
- ulimit -s 65532 && (ulimit -n 10240 || true) && dune build src/app/replayer/replayer.exe --profile=devnet
138
- $(info Build complete)
139
-
140
missing_blocks_auditor: ocaml_checks
141
$(info Starting Build)
142
(ulimit -s 65532 || true) && (ulimit -n 10240 || true) && dune build src/app/missing_blocks_auditor/missing_blocks_auditor.exe --profile=testnet_postake_medium_curves
0 commit comments