Merge pull request #33 from thelamer/master

workaround to keep pipeline building
This commit is contained in:
aptalca 2019-10-08 16:30:00 -04:00 committed by GitHub
commit afe3812cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,8 @@ echo "**** fetch source code ****" && \
/tmp/sync --strip-components=1 && \
echo "**** compile syncthing ****" && \
cd /tmp/sync && \
rm -f go.sum && \
go clean -modcache && \
CGO_ENABLED=0 go run build.go \
-no-upgrade \
-version=${SYNCTHING_RELEASE} \

View File

@ -29,6 +29,8 @@ echo "**** fetch source code ****" && \
/tmp/sync --strip-components=1 && \
echo "**** compile syncthing ****" && \
cd /tmp/sync && \
rm -f go.sum && \
go clean -modcache && \
CGO_ENABLED=0 go run build.go \
-no-upgrade \
-version=${SYNCTHING_RELEASE} \

View File

@ -29,6 +29,8 @@ echo "**** fetch source code ****" && \
/tmp/sync --strip-components=1 && \
echo "**** compile syncthing ****" && \
cd /tmp/sync && \
rm -f go.sum && \
go clean -modcache && \
CGO_ENABLED=0 go run build.go \
-no-upgrade \
-version=${SYNCTHING_RELEASE} \