RESOLVED FIXED 8348
upload-disk-image stage on buildslaves fail with "No space left on device"
https://bugs.webkit.org/show_bug.cgi?id=8348
Summary upload-disk-image stage on buildslaves fail with "No space left on device"
Mark Rowe (bdash)
Reported 2006-04-12 15:33:34 PDT
The build-launcher-dmg script only creates a 50MB disk image. In the case of unstripped Release and Debug builds, the built frameworks can be substantially larger.
Attachments
Patch (3.32 KB, patch)
2006-04-12 15:41 PDT, Mark Rowe (bdash)
no flags
Updated patch (3.13 KB, patch)
2006-04-12 15:59 PDT, Mark Rowe (bdash)
darin: review+
Mark Rowe (bdash)
Comment 1 2006-04-12 15:41:55 PDT
Created attachment 7662 [details] Patch This patch addresses the issue by creating the initial disk image at 500MB. It also ensures that the disk image is unmounted should the copy fail, and improves compatibility with hdiutil on OS X 10.4.6 Intel.
Mark Rowe (bdash)
Comment 2 2006-04-12 15:59:35 PDT
Created attachment 7663 [details] Updated patch Mitz mentioned that the -srcfolder option to 'hdiutil create' removes the need to guess at the initial disk image size, and to explicitly copy the contents into the disk image. This simplifies the disk image creation a lot.
Eric Seidel (no email)
Comment 3 2006-04-12 16:57:04 PDT
Please be sure to file a bug in Radar about the 10.4.6 Intel .dmg issue (assuming it's a regresion).
Note You need to log in before you can comment on or make changes to this bug.