Skip to content

Commit

Permalink
remove building zkp (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: fletcher.fan <[email protected]>
  • Loading branch information
2 people authored and web-flow committed Oct 16, 2024
1 parent 0b39a07 commit 4cda62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MakefileEc2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
GORUN = env GO111MODULE=on go run

# in go-ethereum repo
build-bk-prod-morph-prod-mainnet-to-morph-geth: libzkp
build-bk-prod-morph-prod-mainnet-to-morph-geth:
if [ ! -d dist ]; then mkdir -p dist; fi
$(GORUN) build/ci.go install ./cmd/geth
cp build/bin/geth dist/
Expand Down

0 comments on commit 4cda62b

Please sign in to comment.