[llvm-commits] Patch to make arxan_bellini stop timing out

Joe Abbey jabbey at arxan.com
Thu Oct 20 07:04:45 PDT 2011


This patch will hopefully (maybe) probably help this little Mac Mini G4 build LLVM

Apparently 2 hours wasn't enough time for the little box.

I'm going to try to run 2 jobs at once and increase timeout to 10 hours, which should enable the make check to not timeout.

make check seems to want to take even longer.

Index: master/config/builders.py
===================================================================
--- master/config/builders.py	(revision 142579)
+++ master/config/builders.py	(working copy)
@@ -48,11 +48,12 @@
         {'name': "llvm-ppc-darwin",
          'slavenames':["arxan_bellini"],
          'builddir':"llvm-ppc-darwin",
-         'factory': LLVMBuilder.getLLVMBuildFactory("ppc-darwin", jobs=1, clean=True,
+         'factory': LLVMBuilder.getLLVMBuildFactory("ppc-darwin", jobs=2, clean=True,
                             config_name = 'Release',
                             env = { 'CC' : "/usr/bin/gcc-4.2",
                                     'CXX': "/usr/bin/g++-4.2" },
-                            extra_configure_args=['--enable-shared'])},
+                            extra_configure_args=['--enable-shared'],
+			    timeout=600)},
         {'name': "llvm-i686-linux-vg_leak",
          'slavenames':["osu8"],
          'builddir':"llvm-i686-linux-vg_leak",

Ok to commit?

Joe Abbey
Software Architect
Arxan Technologies, Inc.
1305 Cumberland Ave, Ste 215
West Lafayette, IN 47906
W: 765-889-4756 x2
C: 765-464-9893
jabbey at arxan.com
www.arxan.com






More information about the llvm-commits mailing list