This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new b22bce6  [hotfix][travis] Update comment
b22bce6 is described below

commit b22bce600418ea15e892b001cc3ae7041c761053
Author: Chesnay Schepler <[email protected]>
AuthorDate: Sat Apr 27 21:55:17 2019 +0200

    [hotfix][travis] Update comment
---
 tools/travis/stage.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/travis/stage.sh b/tools/travis/stage.sh
index f1356f3..6d2eeca 100644
--- a/tools/travis/stage.sh
+++ b/tools/travis/stage.sh
@@ -155,7 +155,8 @@ function get_compile_modules_for_stage() {
             echo "-pl $MODULES_TESTS -am"
         ;;
         (${STAGE_MISC})
-            # compile everything since dist needs it anyway
+            # compile everything; using the -am switch does not work with 
negated module lists!
+            # the negation takes precedence, thus not all required modules 
would be built
             echo ""
         ;;
     esac

Reply via email to