`clash`: Cache Golang dependencies
This commit is contained in:
parent
ea0c773a3e
commit
94f2d70d35
|
@ -13,6 +13,7 @@ termux_step_make() {
|
||||||
mkdir ./gopath
|
mkdir ./gopath
|
||||||
export GOPATH="$PWD/gopath"
|
export GOPATH="$PWD/gopath"
|
||||||
|
|
||||||
|
termux_go_get
|
||||||
GOBUILD=CGO_ENABLED=0 \
|
GOBUILD=CGO_ENABLED=0 \
|
||||||
go build \
|
go build \
|
||||||
-trimpath \
|
-trimpath \
|
||||||
|
|
Loading…
Reference in New Issue