You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ca...@apache.org on 2023/02/17 03:53:06 UTC

[iotdb] branch rc/1.0.1 updated: comment testcontainer module of unixDockerCheck in pom.xml

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

caogaofei pushed a commit to branch rc/1.0.1
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rc/1.0.1 by this push:
     new 88c9befb89 comment testcontainer module of unixDockerCheck in pom.xml
88c9befb89 is described below

commit 88c9befb89ecd4f2c2b6d1e6c82e8fa94a06aa7f
Author: Beyyes <cg...@foxmail.com>
AuthorDate: Fri Feb 17 11:52:51 2023 +0800

    comment testcontainer module of unixDockerCheck in pom.xml
---
 pom.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index b0aa988c50..2359a778a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1200,18 +1200,18 @@
             </properties>
         </profile>
         <!-- for TestContainer. As it requires docker, we have to detect whether docker exists.-->
-        <profile>
-            <!-- Mac and Unix-->
-            <id>unixDockerCheck</id>
-            <activation>
-                <file>
-                    <exists>/var/run/docker.sock</exists>
-                </file>
-            </activation>
-            <modules>
-                <module>testcontainer</module>
-            </modules>
-        </profile>
+<!--        <profile>-->
+<!--            &lt;!&ndash; Mac and Unix&ndash;&gt;-->
+<!--            <id>unixDockerCheck</id>-->
+<!--            <activation>-->
+<!--                <file>-->
+<!--                    <exists>/var/run/docker.sock</exists>-->
+<!--                </file>-->
+<!--            </activation>-->
+<!--            <modules>-->
+<!--                <module>testcontainer</module>-->
+<!--            </modules>-->
+<!--        </profile>-->
         <profile>
             <id>WinDockerCheck</id>
             <activation>