Pin gomobile to latest working commit
This commit is contained in:
parent
7454586889
commit
0b403ce25b
3
Makefile
3
Makefile
|
@ -212,7 +212,8 @@ xgo-install:
|
||||||
go get -u github.com/karalabe/xgo
|
go get -u github.com/karalabe/xgo
|
||||||
|
|
||||||
gomobile-install: xtools-install
|
gomobile-install: xtools-install
|
||||||
go get golang.org/x/mobile/cmd/gomobile
|
go get -d golang.org/x/mobile/cmd/gomobile
|
||||||
|
cd $(GOPATH)/src/golang.org/x/mobile && git checkout 30c70e3810e97d051f18b66d59ae242540c0c391 && go install ./cmd/gomobile
|
||||||
|
|
||||||
release-install:
|
release-install:
|
||||||
go get -u github.com/c4milo/github-release
|
go get -u github.com/c4milo/github-release
|
||||||
|
|
Loading…
Reference in New Issue