[pypy-commit] buildbot default: s390x app level and jit suite use python for building

plan_rich pypy.commits at gmail.com
Wed Feb 10 08:00:08 EST 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: 
Changeset: r985:d4cc08767a0e
Date: 2016-02-10 13:58 +0100
http://bitbucket.org/pypy/buildbot/changeset/d4cc08767a0e/

Log:	s390x app level and jit suite use python for building

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -66,7 +66,8 @@
                                                             platform='linux64')
 pypyTranslatedAppLevelTestFactoryS390X = pypybuilds.Translated(lib_python=True,
                                                                app_tests=True,
-                                                               platform='s390x')
+                                                               platform='s390x',
+                                                               interpreter='python')
 
 # these are like the two above: the only difference is that they only run
 # lib-python tests,not -A tests
@@ -156,6 +157,7 @@
     lib_python=True,
     pypyjit=True,
     app_tests=True,
+    interpreter='python', # use cpython for now
     )
 
 pypyJITBenchmarkFactory_tannit = pypybuilds.JITBenchmark(host='tannit')


More information about the pypy-commit mailing list