[zorg] r179321 - Make the phase 2 builders use the output of the incremental builder from phase 1. I should have fixed this when I removed the other phase 1 builder.

Michael Gottesman mgottesman at apple.com
Thu Apr 11 14:35:02 PDT 2013


Author: mgottesman
Date: Thu Apr 11 16:35:02 2013
New Revision: 179321

URL: http://llvm.org/viewvc/llvm-project?rev=179321&view=rev
Log:
Make the phase 2 builders use the output of the incremental builder from phase 1. I should have fixed this when I removed the other phase 1 builder.

Modified:
    zorg/trunk/zorg/buildbot/Artifacts.py

Modified: zorg/trunk/zorg/buildbot/Artifacts.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/Artifacts.py?rev=179321&r1=179320&r2=179321&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/Artifacts.py (original)
+++ zorg/trunk/zorg/buildbot/Artifacts.py Thu Apr 11 16:35:02 2013
@@ -82,7 +82,7 @@ def _determine_bootstrap_url(props):
         if props['scheduler'].startswith('phase2'):
             # always use phase1 compiler for phase2
             # TODO: this shouldn't be hard coded
-            name = 'clang-x86_64-darwin11-nobootstrap-RA'
+            name = 'clang-x86_64-darwin11-nobootstrap-RAincremental'
         else:
             # always use phase2 compiler for phase3 & phase4 compiler builds
             # TODO: this shouldn't be hard coded





More information about the llvm-commits mailing list