Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r763:66e683c04cb5
Date: 2013-03-26 10:36 -0700
http://bitbucket.org/pypy/buildbot/changeset/66e683c04cb5/

Log:    until we fix allegro, use cpython

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -65,7 +65,8 @@
                                                           app_tests=True)
 pypyTranslatedAppLevelTestFactory64 = pypybuilds.Translated(lib_python=True,
                                                             app_tests=True,
-                                                            platform='linux64')
+                                                            platform='linux64',
+    interpreter='python')
 
 # these are like the two above: the only difference is that they only run
 # lib-python tests,not -A tests
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to