Merge pull request #44 from linuxserver/edge

don't remove go.sum
This commit is contained in:
Roxedus 2021-03-02 17:26:23 +01:00 committed by GitHub
commit 5e629fffef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 \