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

Skip re-download and re-compile of APR / *SSL when already done before. #390

Merged
merged 1 commit into from Sep 18, 2018

Commits on Sep 17, 2018

  1. Skip re-download and re-compile of APR / *SSL when already done before.

    Motivation:
    
    At the moment we redownload and re-compile APR / *SSL when building our static compiled version of netty-tcnative even if it was compiled before and we did not request a "clean" during the build. We should better only do it when "clean" is explicit requested to speed up build times when working on changes.
    
    Modifications:
    
    Verify if we already compiled APR / *SSL and if so skip the step.
    
    Result:
    
    Be able to faster iterate and build
    normanmaurer committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    42fbe74 View commit details
    Browse the repository at this point in the history