geth
: Cache Golang dependencies
This commit is contained in:
parent
1ef9ed16d5
commit
c676093cf6
@ -14,6 +14,7 @@ termux_step_make() {
|
||||
ln -sf "$TERMUX_PKG_SRCDIR" "$GOPATH"/src/github.com/ethereum/go-ethereum
|
||||
|
||||
cd "$GOPATH"/src/github.com/ethereum/go-ethereum
|
||||
termux_go_get -d -v
|
||||
for applet in geth abigen bootnode ethkey evm rlpdump puppeth; do
|
||||
(cd ./cmd/"$applet" && go build -v)
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user