[Webkit-unassigned] [Bug 167596] New: [GTK][EFL] Avoid using a thin directory to create the built product on the archive-built-product step.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 30 11:02:49 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=167596
Bug ID: 167596
Summary: [GTK][EFL] Avoid using a thin directory to create the
built product on the archive-built-product step.
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: clopez at igalia.com
CC: bugs-noreply at webkitgtk.org, lforschler at apple.com
When the build-only GTK+ bots create the built product for uploading to the test bots they do:
* Remove WebKitBuild/Configuration/thin directory
* Create WebKitBuild/Configuration/thin directory again
* Copy the needed directories from WebKitBuild/Configuration/ to WebKitBuild/Configuration/thin/
* Remove the from WebKitBuild/Configuration/thin all *.o files
* Invoke the zip program to make an archive of WebKitBuild/Configuration/thin/*
I think this can be optimized with
* Just invoke the zip program with the right arguments on WebKitBuild/Configuration/
This will not only speed up the built-product step, but will also reduce the disk space requirements. On the GTK+ debug build-only bot this thin directory requires 16GB of disk space.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170130/b61344ca/attachment-0001.html>
More information about the webkit-unassigned
mailing list