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

haonan pushed a commit to branch wincppfix
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/wincppfix by this push:
     new 8eab223  fix
8eab223 is described below

commit 8eab2231ea0bacbbda3dda19eb3348e6b7659c72
Author: HTHou <[email protected]>
AuthorDate: Mon Mar 28 17:08:29 2022 +0800

    fix
---
 .github/workflows/client.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml
index 6f539a3..bbf1344 100644
--- a/.github/workflows/client.yml
+++ b/.github/workflows/client.yml
@@ -96,4 +96,4 @@ jobs:
         run: cd /d/a/cpp && unzip win_flex_bison.zip && mv win_flex.exe 
flex.exe && mv win_bison.exe bison.exe  && echo 'export PATH=/d/a/cpp:$PATH' >> 
~/.bash_profile && source ~/.bash_profile
       - name: Test with Maven
         shell: bash
-        run: source ~/.bash_profile && mvn -B clean integration-test -P 
compile-cpp -Dboost.include.dir=/c/local/boost_1_74_0 
-Dboost.library.dir=/c/local/boost_1_74_0/stage/lib -Dtsfile.test.skip=true 
-Djdbc.test.skip=true -Diotdb.test.skip=true -Dtest.port.closed=true 
-Denforcer.skip=true -pl server,client-cpp,example/client-cpp-example -am
+        run: source ~/.bash_profile && mvn -B clean integration-test -P 
compile-cpp -Dboost.include.dir=/c/local/boost_1_58_0 
-Dboost.library.dir=/c/local/boost_1_58_0/stage/lib -Dtsfile.test.skip=true 
-Djdbc.test.skip=true -Diotdb.test.skip=true -Dtest.port.closed=true 
-Denforcer.skip=true -pl server,client-cpp,example/client-cpp-example -am

Reply via email to