From 273caa09e05d2ec1db155a46602852e235a16ba2 Mon Sep 17 00:00:00 2001 From: "marvel.yu" Date: Wed, 16 Oct 2024 15:55:34 +0800 Subject: [PATCH] revert back ncccgeth for compaitable (#151) Co-authored-by: marvel.yu --- MakefileEc2.mk | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/MakefileEc2.mk b/MakefileEc2.mk index e3d0cfa84..705b80ecc 100644 --- a/MakefileEc2.mk +++ b/MakefileEc2.mk @@ -12,7 +12,12 @@ build-bk-prod-morph-prod-mainnet-to-morph-geth: tar -czvf morph-geth.tar.gz dist aws s3 cp morph-geth.tar.gz s3://morph-0582-morph-technical-department-mainnet-data/morph-setup/morph-geth.tar.gz -start-morph-geth: - geth --datadir="/data/morph-geth-db" +build-bk-prod-morph-prod-mainnet-to-morph-nccc-geth: + if [ ! -d dist ]; then mkdir -p dist; fi + $(GORUN) build/ci.go install ./cmd/geth + @echo "Done building." + cp build/bin/geth dist/ + tar -czvf morph-nccc-geth.tar.gz dist + aws s3 cp morph-nccc-geth.tar.gz s3://morph-0582-morph-technical-department-mainnet-data/morph-setup/morph-nccc-geth.tar.gz