Skip to content

Commit 97e2332

Browse files
committed
Remove gomobile from CI
golang/go#27234
1 parent 4813f16 commit 97e2332

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/config.yml

-4
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ jobs:
5151
- run: go test -v -race ./... -count 2
5252
- run: go test -bench . ./...
5353
- run: set +e; CGO_ENABLED=0 go test -v ./...; true
54-
- run: GO111MODULE=off go get golang.org/x/mobile/cmd/gomobile
55-
- run: gomobile init
56-
- run: gomobile build -target=android $PROJECT_GO_PACKAGE
57-
# - run: GO111MODULE=off go install github.com/anacrolix/godo
5854
- run: go install ./cmd/torrentfs
5955
- save_cache:
6056
key: go-pkg-{{ checksum "go.mod" }}

0 commit comments

Comments
 (0)