After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 755153 - Speed up package construction for OSX/iOS
Speed up package construction for OSX/iOS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
1.5.90
Other Linux
: Normal enhancement
: 1.7.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-17 10:39 UTC by Jan Schmidt
Modified: 2016-02-23 16:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
OSX/iOS package building optimisation (2.27 KB, patch)
2015-09-17 10:39 UTC, Jan Schmidt
committed Details | Review

Description Jan Schmidt 2015-09-17 10:39:46 UTC
Created attachment 311538 [details] [review]
OSX/iOS package building optimisation

Some optimisation of the final packaging step for iOS / OSX, that reduces it from ~14mins to ~8mins for me.
Comment 1 Matthew Waters (ystreet00) 2015-11-03 06:55:13 UTC
Review of attachment 311538 [details] [review]:

Looks good.
Comment 2 Sebastian Dröge (slomo) 2016-02-23 16:04:56 UTC
commit 1d74f5c1e3758c33a720b308e1ecb5b01cd09cc4
Author: Jan Schmidt <jan@centricular.com>
Date:   Fri Sep 11 14:36:39 2015 +1000

    fwlib: Speed up archive building on OSX
    
    Use os.link() to hard link source objects to a target name, and
    commit them to the final archive as a group instead of piece-by-piece
    to speed everything up