From 30d75c98d61b134a89e76412d5c9f18b1e4890c2 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Aug 03 2011 13:41:51 +0000 Subject: Further restrict the amount of resources used by test suites; hopefully this leads to builds stalling less often --- diff --git a/llvm.spec b/llvm.spec index 788d23d..db5861c 100644 --- a/llvm.spec +++ b/llvm.spec @@ -337,8 +337,8 @@ find examples -name 'Makefile' | xargs -0r rm -f %check # the Koji build server does not seem to have enough RAM # for the default 16 threads -make check LIT_ARGS="-s -v -j8" -make -C tools/clang/test +make check LIT_ARGS="-v -j4" +make -C tools/clang/test TESTARGS="-v -j4" %post libs -p /sbin/ldconfig