We do a lot of GCC builds in the Toolchain Working Group. The x86_64 and i686 builds were beginning to overwhelm the build farm so I thought I’d have a play with the cloud and shifted them out to Amazon EC2. The x86_64 builds are nice and fast – a c1.xlarge instance bootstraps C, C++, and Fortran in 38 minutes and tests in 34.
The i686 builds were problematic. A Natty instance store backed c1.medium instance would bootstrap fine but then show random failures when running the testsuite. Using Natty EBS backed AMI and running the testsuite sequentially cleared up the problem, but unfortunately takes twice as long to run.
For reference, the c1.medium bootstraps in 64 minutes and tests in 2:48.





