Author: David Schneider <[email protected]>
Branch: 
Changeset: r597:e9fb7f98db74
Date: 2011-11-11 14:03 +0100
http://bitbucket.org/pypy/buildbot/changeset/e9fb7f98db74/

Log:    Add PPC32

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -133,6 +133,7 @@
 LINUX32 = "own-linux-x86-32"
 LINUX64 = "own-linux-x86-64"
 MACOSX32 =  "own-macosx-x86-32"
+PPCLINUX32 =  "own-linux-ppc-32"
 WIN32 = "own-win-x86-32"
 WIN64 = "own-win-x86-64"
 APPLVLLINUX32 = "pypy-c-app-level-linux-x86-32"
@@ -301,6 +302,12 @@
                    "factory": pypyOwnTestFactory,
                    "category": 'mac32'
                   },
+                  {"name": PPCLINUX32,
+                   "slavenames": ["stups-ppc32"],
+                   "builddir": PPCLINUX32,
+                   "factory": pypyOwnTestFactory,
+                   "category": 'linuxppc32'
+                  },
                   {"name" : JITMACOSX64,
                    "slavenames": ["macmini-mvt", "xerxes"],
                    'builddir' : JITMACOSX64,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to