[pypy-commit] buildbot default: try on cpython just to see how it goes

fijal noreply at buildbot.pypy.org
Fri Mar 22 06:35:38 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
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',


More information about the pypy-commit mailing list