Author: Matti Picus <[email protected]>
Branch:
Changeset: r1089:89139fc90e06
Date: 2019-08-11 04:58 +0300
http://bitbucket.org/pypy/buildbot/changeset/89139fc90e06/
Log: add platform-specific factory for aarch64 so that package.py gets
the right archive-name
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -175,6 +175,14 @@
pypyjit=True,
app_tests=True)
+pypyJITTranslatedTestFactoryAARCH64 = pypybuilds.Translated(
+ platform='aarch64',
+ translationArgs=jit_translation_args,
+ targetArgs=[],
+ lib_python=True,
+ pypyjit=True,
+ app_tests=True)
+
pypyJITBenchmarkFactory = pypybuilds.JITBenchmark(host='benchmarker')
pypyJITBenchmarkFactory64 = pypybuilds.JITBenchmark(platform='linux64',
host='benchmarker',
@@ -517,7 +525,7 @@
#'slavenames': ["bencher4", "speed-old"],
'slavenames': ["aarch64_aws"],
'builddir': JITAARCH64,
- 'factory': pypyJITTranslatedTestFactory64,
+ 'factory': pypyJITTranslatedTestFactoryAARCH64,
'category': 'aarch64',
"locks": [AARCH64Lock.access('counting')],
},
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit