mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
Disable cross-platform build verification (fixes #605)
This commit is contained in:
parent
13c9c8dbfe
commit
f13c7c5f4b
1 changed files with 0 additions and 5 deletions
|
@ -37,11 +37,6 @@ unset GOPATH #Set by build.go
|
|||
export GOROOT=${MYDIR}/ext/golang/dist/go-${GOOS}-${GOARCH}
|
||||
export PATH=${GOROOT}/bin:${PATH}
|
||||
|
||||
if [ ! -x ${GOROOT}/bin/${GOOS}_${GOARCH}/go ]; then
|
||||
echo Need to build go for ${GOOS}-${GOARCH}
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ $RESET -eq 1 ]; then
|
||||
git submodule update --init ext/syncthing/src/github.com/syncthing/syncthing
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue