Wireshark-commits: [Wireshark-commits] master e3212a4: debian: speed up build by running asn1 and g

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 12 Mar 2020 06:46:04 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e3212a49e5f847756ee60f5798668acb8e4d5522
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e3212a4 by Peter Wu (peter@xxxxxxxxxxxxx):

    debian: speed up build by running asn1 and guides target in parallel
    
    Speeds up the asn1 build from 133 seconds to 39 seconds, and guide
    builds from 40s to 33s (-j6). Extraction of parallel=x from
    DEB_BUILD_OPTIONS was borrowed from the debhelper Makefile.
    
    Switching to Ninja has even more potential speed ups and prevents
    interleaving build output, but requires debhelper 11.2 (Ubuntu
    bionic-backports, Debian stretch-backports).
    
    Change-Id: I2d403863adf5bfd692300642aad7df4b1cdb6e46
    Reviewed-on: https://code.wireshark.org/review/36377
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0ec5ca3   gitlab-ci: remove GCC-5
     add  e3212a4   debian: speed up build by running asn1 and guides target in parallel


Summary of changes:
 debian/rules | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)