This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new 39f0a32 [MINOR] Reverse last #1465 for the tests to pass (#1466)
39f0a32 is described below
commit 39f0a32fd3eda4da9c8c0cfb88b440043ba84d5a
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Thu Nov 25 19:06:10 2021 +0530
[MINOR] Reverse last #1465 for the tests to pass (#1466)
---
docker/pythonsysds.Dockerfile | 2 +-
docker/sysds.Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/pythonsysds.Dockerfile b/docker/pythonsysds.Dockerfile
index c668854..c5a5bd8 100644
--- a/docker/pythonsysds.Dockerfile
+++ b/docker/pythonsysds.Dockerfile
@@ -50,7 +50,7 @@ RUN apt-get update -qq \
&& mv apache-maven-$MAVEN_VERSION /usr/lib/mvn \
&& git clone --depth 1 https://github.com/apache/systemds.git systemds
&& \
cd /usr/src/systemds/ && \
- mvn -ntp clean package -P distribution && \
+ mvn clean package -P distribution && \
cd /usr/src/systemds/src/main/python && \
apt-get install -y --no-install-recommends \
python3 python3-pip && \
diff --git a/docker/sysds.Dockerfile b/docker/sysds.Dockerfile
index e17bc91..c1c71d3 100644
--- a/docker/sysds.Dockerfile
+++ b/docker/sysds.Dockerfile
@@ -50,7 +50,7 @@ RUN apt-get update -qq \
&& mv apache-maven-$MAVEN_VERSION /usr/lib/mvn \
&& git clone --depth 1 https://github.com/apache/systemds.git systemds
&& \
cd /usr/src/systemds/ && \
- mvn -ntp clean package -P distribution && \
+ mvn clean package -P distribution && \
rm -r .git && \
rm -r .github && \
rm -r target/javadoc** && \