[zorg] r175004 - Patch by Brendan Kirby!

Galina Kistanova gkistanova at gmail.com
Tue Feb 12 12:33:03 PST 2013


Author: gkistanova
Date: Tue Feb 12 14:33:03 2013
New Revision: 175004

URL: http://llvm.org/viewvc/llvm-project?rev=175004&view=rev
Log:
Patch by Brendan Kirby!
Increasing the timeout to 40 minutes still isn't allowing the build to
finish in some cases.  It's hanging and using up all the memory while
linking.  The attached patch sets the --enable-optimized switch to turn
off the debugging data.

Modified:
    zorg/trunk/buildbot/osuosl/master/config/builders.py

Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=175004&r1=175003&r2=175004&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Tue Feb 12 14:33:03 2013
@@ -72,7 +72,7 @@ def _get_llvm_builders():
         {'name': "llvm-mips-linux",
          'slavenames':["mipsswbrd002"],
          'builddir':"llvm-mips-linux",
-         'factory': LLVMBuilder.getLLVMBuildFactory("mips-linux-gnu", timeout=40,
+         'factory': LLVMBuilder.getLLVMBuildFactory("mips-linux-gnu", timeout=40, config_name='Release+Asserts',
                                                     extra_configure_args=["--with-extra-options=-mips32r2",
                                                                           "--with-extra-ld-options=-mips32r2"])},
         {'name': "llvm-x86_64-debian-debug-werror",





More information about the llvm-commits mailing list