Author: matti
Branch:
Changeset: r785:e9baee829175
Date: 2013-04-16 21:33 +0300
http://bitbucket.org/pypy/buildbot/changeset/e9baee829175/
Log: add SalsaSalsa, change win32 build to use pypy
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -136,7 +136,7 @@
lib_python=True,
pypyjit=True,
app_tests=True,
- interpreter='python',
+ interpreter='pypy',
)
pypyJITTranslatedTestFactoryFreeBSD = pypybuilds.Translated(
@@ -331,7 +331,7 @@
'category' : 'mac64',
},
{"name": WIN32,
- "slavenames": ["aurora"],
+ "slavenames": ["aurora", "SalsaSalsa"],
"builddir": WIN32,
"factory": pypyOwnTestFactoryWin,
"category": 'win32',
@@ -343,13 +343,13 @@
"category": 'win32'
},
{"name": APPLVLWIN32,
- "slavenames": ["aurora"],
+ "slavenames": ["aurora", "SalsaSalsa"],
"builddir": APPLVLWIN32,
"factory": pypyTranslatedAppLevelTestFactoryWin,
"category": "win32",
},
{"name" : JITWIN32,
- "slavenames": ["aurora"],
+ "slavenames": ["aurora", "SalsaSalsa"],
'builddir' : JITWIN32,
'factory' : pypyJITTranslatedTestFactoryWin,
'category' : 'win32',
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit