Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non recursive automake and Debian packaging changes #700

Merged
merged 5 commits into from
Feb 10, 2023

Commits on Oct 19, 2022

  1. Switch to using non-recursive automake

    This can help increase build parallelization. On my dev VM, this
    decreased the compilation time from 2:55 to about 2:28 (Bullseye, Python
    2 disabled, -j12). Time improvements may be more noticeable on systems
    with more CPU cores.
    
    Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
    saiarcot895 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c4fa5d2 View commit details
    Browse the repository at this point in the history
  2. Update debian packaging

    Update to using debhelper compat 12, remove some overrides that are no
    longer needed, use automatically-generated dbgsym packages, and disable
    the static build.
    
    Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
    saiarcot895 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    e832de1 View commit details
    Browse the repository at this point in the history
  3. Always enable all hardening

    Make sure hardened build flags are always used.
    
    Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
    saiarcot895 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    ff8155d View commit details
    Browse the repository at this point in the history
  4. Re-add libboost1.71-dev as a dependency, since the Buster slave conta…

    …iners have that installed instead of just libboost-dev
    
    Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
    saiarcot895 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    1404402 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    635ec3a View commit details
    Browse the repository at this point in the history