GNOME Bugzilla – Bug 755153
Speed up package construction for OSX/iOS
Last modified: 2016-02-23 16:05:07 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.
Review of attachment 311538 [details] [review]: Looks good.
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