Skip to content

Makefile: removing genesis_ledger target as old and out-dated #17526

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: compatible
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,6 @@ ifeq (, $(MINA_LIBP2P_HELPER_PATH))
make -C src/app/libp2p_helper
endif

.PHONY: genesis_ledger
genesis_ledger: ocaml_checks ## Build runtime genesis ledger
$(info Building runtime_genesis_ledger)
(ulimit -s 65532 || true) && (ulimit -n 10240 || true) && \
env MINA_COMMIT_SHA1=$(GITLONGHASH) \
dune exec \
--profile=$(DUNE_PROFILE) \
src/app/runtime_genesis_ledger/runtime_genesis_ledger.exe -- \
--genesis-dir $(GENESIS_DIR)
$(info Genesis ledger and genesis proof generated)

.PHONY: check
check: ocaml_checks libp2p_helper ## Check that all OCaml packages build without issues
dune build @src/check
Expand Down