Date: Mon, 8 Jul 2019 07:14:08 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r506204 - branches/2019Q3/emulators/yuzu Message-ID: <201907080714.x687E8BV066922@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Jul 8 07:14:08 2019 New Revision: 506204 URL: https://svnweb.freebsd.org/changeset/ports/506204 Log: MFH: r505937 r506203 emulators/yuzu: don't run tests by default on beefy{2,6} Not reproducible in a local 12.0 amd64 poudriere jail: =======================<phase: stage >============================ ===> Staging for yuzu-qt5-s20190702 [0/1] cd /wrkdirs/usr/ports/emulators/yuzu-qt5/work/.build && /usr/local/bin/ctest --force-new-ctest-process Test project /wrkdirs/usr/ports/emulators/yuzu-qt5/work/.build Start 1: tests =>> Killing runaway build after 7200 seconds with no output Reported by: pkg-fallout Approved by: ports-secteam blanket Modified: branches/2019Q3/emulators/yuzu/Makefile Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/emulators/yuzu/Makefile ============================================================================== --- branches/2019Q3/emulators/yuzu/Makefile Mon Jul 8 07:12:52 2019 (r506203) +++ branches/2019Q3/emulators/yuzu/Makefile Mon Jul 8 07:14:08 2019 (r506204) @@ -92,8 +92,11 @@ post-patch: -e 's/@GIT_DESC@/${GH_TAGNAME}/' \ ${WRKSRC}/src/common/scm_rev.cpp.in +# XXX Hangs on beefy2 and beefy6 but cannot be reproduced locally +.if !defined(MASTERNAME) || (${MASTERNAME} != 120amd64-default && ${MASTERNAME} != 120amd64-quarterly) .ifndef QEMU_EMULATING pre-install: do-test +.endif .endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907080714.x687E8BV066922>