aboutsummaryrefslogtreecommitdiff
path: root/community/syncthing/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/syncthing/build')
-rwxr-xr-xcommunity/syncthing/build4
1 files changed, 0 insertions, 4 deletions
diff --git a/community/syncthing/build b/community/syncthing/build
index 3cdf6dde..a4bd983e 100755
--- a/community/syncthing/build
+++ b/community/syncthing/build
@@ -1,9 +1,5 @@
#!/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