Remove gomobile from CI

https://github.com/golang/go/issues/27234
This commit is contained in:
Matt Joiner 2019-03-23 01:34:55 +11:00
parent 4813f16614
commit 97e23327dd
1 changed files with 0 additions and 4 deletions

View File

@ -51,10 +51,6 @@ jobs:
- run: go test -v -race ./... -count 2
- run: go test -bench . ./...
- run: set +e; CGO_ENABLED=0 go test -v ./...; true
- run: GO111MODULE=off go get golang.org/x/mobile/cmd/gomobile
- run: gomobile init
- run: gomobile build -target=android $PROJECT_GO_PACKAGE
# - run: GO111MODULE=off go install github.com/anacrolix/godo
- run: go install ./cmd/torrentfs
- save_cache:
key: go-pkg-{{ checksum "go.mod" }}