[pypy-commit] buildbot default: update jit backend translation option for raspbian builds

bivab noreply at buildbot.pypy.org
Mon Apr 8 10:01:51 CEST 2013


Author: David Schneider <david.schneider at picle.org>
Branch: 
Changeset: r773:96ace4f51f52
Date: 2013-04-08 10:01 +0200
http://bitbucket.org/pypy/buildbot/changeset/96ace4f51f52/

Log:	update jit backend translation option for raspbian builds

diff --git a/bot2/pypybuildbot/arm_master.py b/bot2/pypybuildbot/arm_master.py
--- a/bot2/pypybuildbot/arm_master.py
+++ b/bot2/pypybuildbot/arm_master.py
@@ -1,6 +1,4 @@
 
-import os
-import getpass
 from buildbot.scheduler import Nightly, Triggerable
 from pypybuildbot.util import we_are_debugging, load
 
@@ -12,7 +10,7 @@
 jit_translation_args = ['-Ojit']
 crosstranslationargs = ['--platform=arm', '--gcrootfinder=shadowstack']
 crosstranslationjitargs = ['--jit-backend=armv7']
-crosstranslationjitargs_raspbian = ['--jit-backend=armv6']
+crosstranslationjitargs_raspbian = ['--jit-backend=armv6hf']
 # 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