]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Remove gomobile from CI
authorMatt Joiner <anacrolix@gmail.com>
Fri, 22 Mar 2019 14:34:55 +0000 (01:34 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 22 Mar 2019 14:34:55 +0000 (01:34 +1100)
https://github.com/golang/go/issues/27234

.circleci/config.yml

index daa8ec295d6524fada71b7cdcca3441d12d4c859..4bd015d9067a823845147a18ebce43623c178773 100644 (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" }}