Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r754:14454bbd4ec3
Date: 2013-03-21 22:34 -0700
http://bitbucket.org/pypy/buildbot/changeset/14454bbd4ec3/

Log:    try on cpython just to see how it goes

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -102,6 +102,7 @@
     translationArgs=jit_translation_args,
     targetArgs=[],
     lib_python=True,
+    interpreter='/usr/bin/python',
     pypyjit=True,
     app_tests=True,
     platform='linux64',
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to