This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients jaredlang, lukasz.langa, ned.deily, pitrou, python-dev, r.david.murray, ronaldoussoren, santagada
Date 2012-06-29.18:13:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340993624.92.0.265880074627.issue9670@psf.upfronthosting.co.za>
In-reply-to
Content
3x is now using clang to compile on 10.7 Lion; 32 is failing back to the Xcode 4 default of llvm-gcc which has proved problematic fox 3x.  Rather than tweak the test again, try appending a CC=clang to the ./configure for the 3.2 buildbot until the clang changes are backported.  The builds should run faster, too, with clang.
History
Date User Action Args
2012-06-29 18:13:44ned.deilysetrecipients: + ned.deily, ronaldoussoren, pitrou, r.david.murray, santagada, lukasz.langa, jaredlang, python-dev
2012-06-29 18:13:44ned.deilysetmessageid: <1340993624.92.0.265880074627.issue9670@psf.upfronthosting.co.za>
2012-06-29 18:13:44ned.deilylinkissue9670 messages
2012-06-29 18:13:43ned.deilycreate