From: Matt Joiner Date: Fri, 22 Mar 2019 14:34:55 +0000 (+1100) Subject: Remove gomobile from CI X-Git-Tag: v1.1.2~1 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=97e23327dd1e89b79999874bf5ab17f7b2035775;p=btrtrc.git Remove gomobile from CI https://github.com/golang/go/issues/27234 --- diff --git a/.circleci/config.yml b/.circleci/config.yml index daa8ec29..4bd015d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" }}