[pypy-svn] r75560 - pypy/trunk/pypy/tool/release

fijal at codespeak.net fijal at codespeak.net
Thu Jun 24 18:29:53 CEST 2010


Author: fijal
Date: Thu Jun 24 18:29:51 2010
New Revision: 75560

Modified:
   pypy/trunk/pypy/tool/release/force-builds.py
Log:
Disable even that os/x, doesn't make much sense


Modified: pypy/trunk/pypy/tool/release/force-builds.py
==============================================================================
--- pypy/trunk/pypy/tool/release/force-builds.py	(original)
+++ pypy/trunk/pypy/tool/release/force-builds.py	Thu Jun 24 18:29:51 2010
@@ -25,7 +25,7 @@
     'pypy-c-stackless-app-level-linux-x86-32',
     'pypy-c-app-level-win-32',
     'pypy-c-jit-linux-x86-32',
-    'pypy-c-jit-macosx-x86-32',
+#    'pypy-c-jit-macosx-x86-32',
     'pypy-c-jit-win-x86-32',
 ]
 



More information about the Pypy-commit mailing list