[llvm/f16] Further restrict the amount of resources used by test suites; hopefully this leads to builds stallin

Michel Alexandre Salim salimma at fedoraproject.org
Wed Aug 3 13:42:42 UTC 2011


commit 30d75c98d61b134a89e76412d5c9f18b1e4890c2
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Wed Aug 3 15:41:51 2011 +0200

    Further restrict the amount of resources used by test suites;
    hopefully this leads to builds stalling less often

 llvm.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
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


More information about the scm-commits mailing list