`keybase`: Cache Golang dependencies

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

View File

@ -17,6 +17,7 @@ termux_step_make_install() {
ln -sf "$PWD" .gopath/src/github.com/keybase/client
export GOPATH="$PWD/.gopath"
termux_go_get -d -v
go build -v -tags 'production' -o keybase github.com/keybase/client/go/keybase
go build -v -tags 'production' -o git-remote-keybase github.com/keybase/client/go/kbfs/kbfsgit/git-remote-keybase
go build -v -tags 'production' -o kbfsfusebin github.com/keybase/client/go/kbfs/kbfsfuse