Author: Philip Jenvey <pjen...@underboss.org>
Branch: 
Changeset: r1009:eb7d4b1b07b7
Date: 2016-05-31 11:46 -0700
http://bitbucket.org/pypy/buildbot/changeset/eb7d4b1b07b7/

Log:    build py3k nightly on linux32/osx

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -306,8 +306,11 @@
                 branch="py3.5", hour=3, minute=0),
 
         Nightly("nightly-3-00-py3k", [
+            LINUX32,                   # on tannit32, uses all cores
+            JITLINUX32,                # on tannit32, uses 1 core
             LINUX64,                   # on bencher4, uses all cores
             JITLINUX64,                # on bencher4, uses 1 core
+            JITMACOSX64,               # on xerxes
             ], branch="py3k", hour=4, minute=0),
 
         # S390X vm (ibm-research)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to