From d0fc7d1c4b79d3d0210d48ef0bffd1e2000f9aeb Mon Sep 17 00:00:00 2001 From: Christoph Erhardt Date: Sat, 18 Jun 2022 21:48:20 +0200 Subject: [PATCH] Run testsuite in parallel again The resource-exhaustion bug inside the bundled TBB is fixed by mold commit d8a8877875d96d0efdb727b4ba600ee3910a333f. --- mold.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mold.spec b/mold.spec index ba7bacb..2964f22 100644 --- a/mold.spec +++ b/mold.spec @@ -90,7 +90,7 @@ fi %if 0%{?el8} . /opt/rh/gcc-toolset-10/enable %endif -%make_build -j1 %{build_args} test +%make_build %{build_args} test %files %license LICENSE