diff options
author | Sam James <sam@gentoo.org> | 2021-12-15 07:50:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-15 07:50:17 +0000 |
commit | ac360346dfc69f2686ea24c66789032fc07341b9 (patch) | |
tree | a82fff6013d51772a6a242063fc30ab8d0ec0af6 /sys-devel/mold | |
parent | sys-cluster/csync2: Stabilize 2.0-r2 x86, #828681 (diff) | |
download | gentoo-ac360346dfc69f2686ea24c66789032fc07341b9.tar.gz gentoo-ac360346dfc69f2686ea24c66789032fc07341b9.tar.bz2 gentoo-ac360346dfc69f2686ea24c66789032fc07341b9.zip |
sys-devel/mold: tweak running tests again for 9999
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/mold')
-rw-r--r-- | sys-devel/mold/mold-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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() { |