sys-devel/binutils: Disable gold testsuite in stable candidate.
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 29 Mar 2019 21:58:47 +0000 (22:58 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 29 Mar 2019 21:59:20 +0000 (22:59 +0100)
The testsuite always fails. The failures are most likely Gentoo-specific
and still need a fix sometime. Meanwhile, let's give the entire testsuite
a chance to succeed (as in previous stabilizations).

Bug: https://bugs.gentoo.org/681682
Bug: https://bugs.gentoo.org/662362
Bug: https://bugs.gentoo.org/667894
Bug: https://bugs.gentoo.org/677914
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
sys-devel/binutils/binutils-2.31.1-r4.ebuild

index 367c124577d151df2b4d1efe3ed73782877ebdc7..89cac2cbcbba1bf1f829e2a81f883c0bf5b42365 100644 (file)
@@ -58,6 +58,9 @@ PATCH_DEV=${PATCH_DEV:-slyfox}
 [[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}
        https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz"
 
+# Disable gold testsuite since it always fails.
+PATCHES=( "${FILESDIR}/${PN}-2.29.1-nogoldtest.patch" )
+
 #
 # The cross-compile logic
 #