Skip to content

Commit

Permalink
keybase: Cache Golang dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thunder-coding committed Jul 6, 2021
1 parent 7cfd214 commit 6462ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/keybase/build.sh
Expand Up @@ -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
Expand Down

0 comments on commit 6462ad2

Please sign in to comment.