`kubectl`: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-06 08:57:15 +05:30
parent 6462ad200d
commit 38644b9a5e
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ termux_step_make() {
#rm -rf "$TERMUX_PKG_SRCDIR"/_output
cd "$TERMUX_PKG_SRCDIR"/cmd/kubectl
termux_go_get -d -v
go build .
}