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

twalthr pushed a commit to branch cron-master-e2e
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 0113155ba29728a9629a3fddd0d0a4d3075f0140
Author: Timo Walther <[email protected]>
AuthorDate: Thu Nov 8 09:31:47 2018 +0100

    [hotfix] Enable parallel building
---
 nightly.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nightly.sh b/nightly.sh
index 19bc7b5..c2d9ff6 100755
--- a/nightly.sh
+++ b/nightly.sh
@@ -44,7 +44,7 @@ LOG4J_PROPERTIES=${FLINK_DIR}/tools/log4j-travis.properties
 
 MVN_LOGGING_OPTIONS="-Dlog.dir=${ARTIFACTS_DIR} 
-Dlog4j.configuration=file://$LOG4J_PROPERTIES 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
 MVN_COMMON_OPTIONS="-nsu -B -Dflink.forkCount=2 -Dflink.forkCountTestPackage=2 
-Dfast"
-MVN_COMPILE_OPTIONS="-DskipTests"
+MVN_COMPILE_OPTIONS="-T1C -DskipTests"
 
 git clone --single-branch -b ${BRANCH} https://github.com/${REMOTE}/flink
 

Reply via email to