diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-10-10 20:49:50 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-10-10 22:20:48 +0200 |
commit | c0cfcc6e61a6eaa24de365eb80a9f9dc83428d6d (patch) | |
tree | c8d4616827d26fe27c12b12dc6718fdd8904a823 /net-p2p/syncthing/files | |
parent | net-nntp/nzbget: remove unused patch (diff) | |
download | gentoo-c0cfcc6e61a6eaa24de365eb80a9f9dc83428d6d.tar.gz gentoo-c0cfcc6e61a6eaa24de365eb80a9f9dc83428d6d.tar.bz2 gentoo-c0cfcc6e61a6eaa24de365eb80a9f9dc83428d6d.zip |
net-p2p/syncthing: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-p2p/syncthing/files')
-rw-r--r-- | net-p2p/syncthing/files/syncthing-1.27.4-tests_race.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-p2p/syncthing/files/syncthing-1.27.4-tests_race.patch b/net-p2p/syncthing/files/syncthing-1.27.4-tests_race.patch deleted file mode 100644 index 1c83a03ec00f..000000000000 --- a/net-p2p/syncthing/files/syncthing-1.27.4-tests_race.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/build.go -+++ b/build.go -@@ -34,7 +34,6 @@ - "time" - - _ "github.com/syncthing/syncthing/lib/automaxprocs" -- buildpkg "github.com/syncthing/syncthing/lib/build" - ) - - var ( -@@ -416,13 +415,6 @@ - } - args = append(args, "-timeout", timeout) - -- if runtime.GOARCH == "amd64" { -- switch runtime.GOOS { -- case buildpkg.Darwin, buildpkg.Linux, buildpkg.FreeBSD: // , "windows": # See https://github.com/golang/go/issues/27089 -- args = append(args, "-race") -- } -- } -- - if coverage { - args = append(args, "-covermode", "atomic", "-coverprofile", "coverage.txt", "-coverpkg", strings.Join(pkgs, ",")) - } |