From f13c7c5f4bc0f3ce64ae819fe8d014034b9ccada Mon Sep 17 00:00:00 2001 From: Lode Hoste Date: Sat, 23 Apr 2016 11:19:51 +0200 Subject: [PATCH] Disable cross-platform build verification (fixes #605) --- make-syncthing.bash | 5 ----- 1 file changed, 5 deletions(-) diff --git a/make-syncthing.bash b/make-syncthing.bash index a4bcd77d..43cba862 100755 --- a/make-syncthing.bash +++ b/make-syncthing.bash @@ -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