-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Leo Chen <[email protected]>
- Loading branch information
Leo Chen
committed
Dec 7, 2020
1 parent
ec8fa1b
commit 683f331
Showing
2 changed files
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,6 @@ help: | |
@echo "test-rosetta - run the rosetta tests" | ||
@echo "test-rosetta-attach - attach onto the rosetta testing docker container for inspection" | ||
@echo "linux_static - static build the harmony binary & bootnode along with the MCL & BLS libs (for linux)" | ||
@echo "arm_static - static build the harmony binary & bootnode on ARM64 platform" | ||
@echo "rpm - build a harmony RPM pacakge" | ||
@echo "rpmpub_dev - publish harmony RPM package to development repo" | ||
@echo "rpmpub_prod - publish harmony RPM package to production repo" | ||
|
@@ -101,14 +100,6 @@ linux_static: | |
make -C $(TOP)/bls minimised_static BLS_SWAP_G=1 -j8 | ||
bash ./scripts/go_executable_build.sh -s | ||
|
||
arm_static: | ||
go mod edit --require=github.com/ethereum/[email protected] | ||
go mod edit -replace github.com/ethereum/go-ethereum=$(GOPATH)/src/github.com/ethereum/go-ethereum | ||
make -C $(TOP)/mcl -j8 | ||
make -C $(TOP)/bls minimised_static BLS_SWAP_G=1 -j8 | ||
bash ./scripts/go_executable_build.sh -a arm64 -s | ||
git checkout go.mod | ||
|
||
deb_init: | ||
rm -rf $(DEBBUILD) | ||
mkdir -p $(DEBBUILD)/$(PKGNAME)-$(VERSION)-$(RELEASE)/{etc/systemd/system,usr/sbin,etc/sysctl.d,etc/harmony} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters