diff options
Diffstat (limited to 'community/syncthing/build')
| -rwxr-xr-x | community/syncthing/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/syncthing/build b/community/syncthing/build index a4bd983e..3cdf6dde 100755 --- a/community/syncthing/build +++ b/community/syncthing/build @@ -1,5 +1,9 @@ #!/bin/sh -e +patch -p1 < go-1.18.patch ||: + +go mod vendor + export GOPATH="$PWD/gopath" export GOFLAGS="$GOFLAGS -mod=vendor" trap "go clean -modcache" EXIT INT |
