hydroxide: Do not cache Golang dependemcies

This commit is contained in:
Yaksh Bariya 2021-07-06 10:50:54 +05:30
parent 198f9d4a42
commit 05a39f4d5f
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -12,7 +12,7 @@ termux_step_make() {
export GOPATH=$TERMUX_PKG_BUILDDIR export GOPATH=$TERMUX_PKG_BUILDDIR
cd $TERMUX_PKG_SRCDIR cd $TERMUX_PKG_SRCDIR
termux_go_get #TODO: Cache Golang dependencies
go build ./cmd/hydroxide go build ./cmd/hydroxide
} }