projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7c80de
)
net-p2p/syncthing: disable tests again in 0.12.19, fix hasn't landed yet
author
Dirkjan Ochtman
<djc@gentoo.org>
Wed, 17 Feb 2016 20:43:02 +0000
(21:43 +0100)
committer
Dirkjan Ochtman
<djc@gentoo.org>
Wed, 17 Feb 2016 20:43:02 +0000
(21:43 +0100)
net-p2p/syncthing/syncthing-0.12.19.ebuild
patch
|
blob
|
history
diff --git
a/net-p2p/syncthing/syncthing-0.12.19.ebuild
b/net-p2p/syncthing/syncthing-0.12.19.ebuild
index 5f22a11ad30c089ec5db54deb4e87b7eb0bb57d5..f6a31e49ccb68581f04e8e1e5a1969dd229cb436 100644
(file)
--- a/
net-p2p/syncthing/syncthing-0.12.19.ebuild
+++ b/
net-p2p/syncthing/syncthing-0.12.19.ebuild
@@
-32,10
+32,12
@@
src_compile() {
go run build.go -version "v${PV}" -no-upgrade || die "build failed"
}
-src_test() {
- cd src/${EGO_PN}
- go run build.go test || die "test failed"
-}
+# go test: -race is only supported on amd64 platforms
+# https://github.com/syncthing/syncthing/issues/2765
+#src_test() {
+# cd src/${EGO_PN}
+# go run build.go test || die "test failed"
+#}
src_install() {
cd src/${EGO_PN}