Fix build errors for keybase

This commit is contained in:
Yaksh Bariya 2021-07-06 15:50:21 +05:30
parent 33de19d982
commit fb45bb39aa
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@ termux_step_make_install() {
go mod tidy
# TODO: Cache Golang dependencies
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
go build -v -tags 'production' -o keybase github.com/keybase/client/go/keybase/main.go
go build -v -tags 'production' -o git-remote-keybase github.com/keybase/client/go/kbfs/kbfsgit/git-remote-keybase/main.go
go build -v -tags 'production' -o kbfsfusebin github.com/keybase/client/go/kbfs/kbfsfuse/main.go
cp keybase $TERMUX_PREFIX/bin/keybase
cp git-remote-keybase $TERMUX_PREFIX/bin/git-remote-keybase