Gentoo Archives: gentoo-commits

From: Dirkjan Ochtman <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/
Date: Wed, 17 Feb 2016 20:43:22
Message-Id: 1455741782.8d4345c5107f523bdfe0caff9ae407a36712ebf9.djc@gentoo
1 commit: 8d4345c5107f523bdfe0caff9ae407a36712ebf9
2 Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 17 20:43:02 2016 +0000
4 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 17 20:43:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4345c5
7
8 net-p2p/syncthing: disable tests again in 0.12.19, fix hasn't landed yet
9
10 net-p2p/syncthing/syncthing-0.12.19.ebuild | 10 ++++++----
11 1 file changed, 6 insertions(+), 4 deletions(-)
12
13 diff --git a/net-p2p/syncthing/syncthing-0.12.19.ebuild b/net-p2p/syncthing/syncthing-0.12.19.ebuild
14 index 5f22a11..f6a31e4 100644
15 --- a/net-p2p/syncthing/syncthing-0.12.19.ebuild
16 +++ b/net-p2p/syncthing/syncthing-0.12.19.ebuild
17 @@ -32,10 +32,12 @@ src_compile() {
18 go run build.go -version "v${PV}" -no-upgrade || die "build failed"
19 }
20
21 -src_test() {
22 - cd src/${EGO_PN}
23 - go run build.go test || die "test failed"
24 -}
25 +# go test: -race is only supported on amd64 platforms
26 +# https://github.com/syncthing/syncthing/issues/2765
27 +#src_test() {
28 +# cd src/${EGO_PN}
29 +# go run build.go test || die "test failed"
30 +#}
31
32 src_install() {
33 cd src/${EGO_PN}