don't remove go.sum

This commit is contained in:
aptalca 2021-03-02 10:03:22 -05:00
parent 15d3f659a2
commit c9203e80fc
3 changed files with 0 additions and 3 deletions

View File

@ -29,7 +29,6 @@ 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 \

View File

@ -29,7 +29,6 @@ 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 \

View File

@ -29,7 +29,6 @@ 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 \