svn commit: r506204 - branches/2019Q3/emulators/yuzu
Jan Beich
jbeich at FreeBSD.org
Mon Jul 8 07:14:09 UTC 2019
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>
More information about the svn-ports-all
mailing list