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

Conversation

normanmaurer
Copy link
Member

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

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
Copy link
Member

@carl-mastrangelo carl-mastrangelo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber stamp LGTM.

@normanmaurer normanmaurer merged commit 5c73a56 into master Sep 18, 2018
@normanmaurer normanmaurer self-assigned this Sep 18, 2018
@normanmaurer normanmaurer added this to the 2.0.16.Final milestone Sep 18, 2018
fzakaria pushed a commit to fzakaria/netty-tcnative that referenced this pull request Feb 4, 2019
…e. (netty#390)

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 normanmaurer deleted the skip_recompile branch February 16, 2019 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants