commit: ac360346dfc69f2686ea24c66789032fc07341b9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 07:50:06 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 07:50:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac360346
sys-devel/mold: tweak running tests again for 9999
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/mold/mold-9999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild
index 3f25d6ac3628..5a9defd4225d 100644
--- a/sys-devel/mold/mold-9999.ebuild
+++ b/sys-devel/mold/mold-9999.ebuild
@@ -48,7 +48,10 @@ src_compile() {
}
src_test() {
- emake -C test -f Makefile.linux test
+ emake \
+ SYSTEM_TBB=1 \
+ SYSTEM_MIMALLOC=1 \
+ check
}
src_install() {