You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/07/16 01:21:02 UTC

[GitHub] [pulsar] aahmed-se commented on a change in pull request #7549: Reduce modules build in core module profile

aahmed-se commented on a change in pull request #7549:
URL: https://github.com/apache/pulsar/pull/7549#discussion_r455454223



##########
File path: .github/workflows/ci-cpp.yaml
##########
@@ -70,9 +70,9 @@ jobs:
           docker rmi $(docker images -q) -f
           df -h
 
-      - name: build pacakge
+      - name: build package
         if: steps.docs.outputs.changed_only == 'no'
-        run: mvn -B -Dorg.slf4j.simpleLogger.defaultLogLevel=ERROR package -DskipTests
+        run: mvn -B -ntp -Dorg.slf4j.simpleLogger.defaultLogLevel=ERROR -ntp install -Pcore-modules -DskipTests

Review comment:
       not really we still have to run all the unit tests in these modules




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org