keybase: Do not go mod tidy

This commit is contained in:
YAKSH BARIYA 2021-07-06 15:09:47 +05:30 committed by GitHub
parent 6c0b7df496
commit eb88c48d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,6 @@ termux_step_make_install() {
ln -sf "$PWD" .gopath/src/github.com/keybase/client
export GOPATH="$PWD/.gopath"
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