[pypy-commit] buildbot default: another arm change after pypy commit 55a5e932519e

bdkearns noreply at buildbot.pypy.org
Wed Mar 27 00:32:19 CET 2013


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r764:611222104e92
Date: 2013-03-26 19:32 -0400
http://bitbucket.org/pypy/buildbot/changeset/611222104e92/

Log:	another arm change after pypy commit 55a5e932519e

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -187,7 +187,7 @@
 
 # ARM own test factories
 crosstranslationargs = ['--platform=arm', '--gcrootfinder=shadowstack']
-crosstranslationjitargs = ['--jit-backend=arm']
+crosstranslationjitargs = ['--jit-backend=armv7']
 # this one needs a larger timeout due to how it is run
 pypyJitBackendOnlyOwnTestFactoryARM = pypybuilds.Own(
         cherrypick=':'.join(["jit/backend/arm",


More information about the pypy-commit mailing list