[ https://issues.apache.org/jira/browse/FLINK-9768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16536772#comment-16536772 ]
ASF GitHub Bot commented on FLINK-9768: --------------------------------------- GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/6285 [FLINK-9768][release] Speed up binary release ## What is the purpose of the change This PR speeds up the building of convenience release artifacts. On my machine this makes the process 30% faster, but YMMV. ## Brief change log * only build required modules and dependencies; flink-dist and flink-shaded-hadoop2-uber (implicitly required for flink-dist..........) * skip checkstyle * skip test compilation ## Verifying this change Manually verified. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zentol/flink 9768 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/6285.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #6285 ---- commit 4e3c89234aea58e034262bf0e69d4941aeeb9b4c Author: zentol <chesnay@...> Date: 2018-07-09T10:02:35Z [FLINK-9768][release] Speed up binary release ---- > Only build flink-dist for binary releases > ----------------------------------------- > > Key: FLINK-9768 > URL: https://issues.apache.org/jira/browse/FLINK-9768 > Project: Flink > Issue Type: Improvement > Components: Release System > Affects Versions: 1.5.0, 1.6.0 > Reporter: Chesnay Schepler > Assignee: Chesnay Schepler > Priority: Major > Labels: pull-request-available > Fix For: 1.5.2, 1.6.0 > > > To speed up the release process for the convenience binaries i propose to > only build flink-dist and required modules (including > flink-shaded-hadoop2-uber), as only this module is actually required. > We can also look into skipping the compilation of tests and disabling the > checkstyle plugin -- This message was sent by Atlassian JIRA (v7.6.3#76005)