[llvm-commits] [zorg] r172524 - /zorg/trunk/buildbot/osuosl/master/config/builders.py

Duncan Sands baldrick at free.fr
Tue Jan 15 01:36:02 PST 2013


Author: baldrick
Date: Tue Jan 15 03:36:02 2013
New Revision: 172524

URL: http://llvm.org/viewvc/llvm-project?rev=172524&view=rev
Log:
Use a more recent version of gcc-4.6, in order to get some bug fixes.

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=172524&r1=172523&r2=172524&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Tue Jan 15 03:36:02 2013
@@ -393,7 +393,7 @@
         {'name' : "dragonegg-i686-linux-gcc-4.6-self-host",
          'slavenames' : ["gcc45"],
          'builddir'   : "dragonegg-i686-linux-gcc-4.6-self-host",
-         'factory'    : DragonEggBuilder.getDragonEggBootstrapFactory(gcc_repository='http://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188355',
+         'factory'    : DragonEggBuilder.getDragonEggBootstrapFactory(gcc_repository='http://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@194776',
                                                                       extra_languages=['fortran', 'objc', 'obj-c++'],
                                                                       extra_gcc_configure_args=['--disable-bootstrap', '--enable-checking'],
                                                                       extra_llvm_configure_args=['--enable-optimized', '--enable-assertions'],
@@ -403,7 +403,7 @@
         {'name' : "dragonegg-x86_64-linux-gcc-4.6-self-host",
          'slavenames' : ["gcc15"],
          'builddir'   : "dragonegg-x86_64-linux-gcc-4.6-self-host",
-         'factory'    : DragonEggBuilder.getDragonEggBootstrapFactory(gcc_repository='http://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188355',
+         'factory'    : DragonEggBuilder.getDragonEggBootstrapFactory(gcc_repository='http://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@194776',
                                                                       extra_languages=['fortran', 'objc', 'obj-c++'],
                                                                       extra_gcc_configure_args=['--disable-bootstrap', '--enable-checking',
                                                                                                 '--with-mpc=/opt/cfarm/mpc-0.8/'],
@@ -414,7 +414,7 @@
         {'name' : "dragonegg-x86_64-linux-gcc-4.6-self-host-checks",
          'slavenames' : ["gcc10"],
          'builddir'   : "dragonegg-x86_64-linux-gcc-4.6-self-host-checks",
-         'factory'    : DragonEggBuilder.getDragonEggBootstrapFactory(gcc_repository='http://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188355',
+         'factory'    : DragonEggBuilder.getDragonEggBootstrapFactory(gcc_repository='http://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@194776',
                                                                       extra_languages=['fortran', 'objc', 'obj-c++'],
                                                                       extra_gcc_configure_args=['--disable-bootstrap', '--enable-checking',
                                                                                                 '--with-mpfr=/opt/cfarm/mpfr-2.4.1',
@@ -427,7 +427,7 @@
         {'name' : "dragonegg-x86_64-linux-gcc-4.6-self-host-release",
          'slavenames' : ["gcc14"],
          'builddir'   : "dragonegg-x86_64-linux-gcc-4.6-self-host-release",
-         'factory'    : DragonEggBuilder.getDragonEggBootstrapFactory(gcc_repository='http://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188355',
+         'factory'    : DragonEggBuilder.getDragonEggBootstrapFactory(gcc_repository='http://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@194776',
                                                                       extra_languages=['fortran', 'objc', 'obj-c++'],
                                                                       extra_gcc_configure_args=['--disable-bootstrap', '--enable-checking',
                                                                                                 '--with-mpc=/opt/cfarm/mpc-0.8'],
@@ -437,7 +437,7 @@
         {'name' : "dragonegg-x86_64-linux-gcc-4.6-self-host-debug",
          'slavenames' : ["gcc10"],
          'builddir'   : "dragonegg-x86_64-linux-gcc-4.6-self-host-debug",
-         'factory'    : DragonEggBuilder.getDragonEggBootstrapFactory(gcc_repository='http://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@188355',
+         'factory'    : DragonEggBuilder.getDragonEggBootstrapFactory(gcc_repository='http://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@194776',
                                                                       extra_languages=['fortran', 'objc', 'obj-c++'],
                                                                       extra_gcc_configure_args=['--disable-bootstrap', '--enable-checking',
                                                                                                 '--with-mpfr=/opt/cfarm/mpfr-2.4.1',
@@ -459,8 +459,8 @@
                             gcc='/home/baldrick/local/bin/gcc',
                             svn_testsuites = [
                                               ['http://llvm.org/svn/llvm-project/cfe/trunk/test@158157', 'clang-testsuite'],
-                                              ['http://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch/libjava@188355', 'gcc-libjava'],
-                                              ['http://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch/gcc/testsuite@188355', 'gcc-testsuite'],
+                                              ['http://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch/libjava@194776', 'gcc-libjava'],
+                                              ['http://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch/gcc/testsuite@194776', 'gcc-testsuite'],
                                               ['http://llvm.org/svn/llvm-project/test-suite/trunk@158157', 'llvm-testsuite']
                                              ],
                             llvm_configure_args=['--enable-optimized', '--enable-assertions', '--enable-debug-symbols'],





More information about the llvm-commits mailing list