From 8e746d7daef8c00a30eb76876a48385698b86bf2 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Sun, 27 Nov 2022 12:23:53 +0800 Subject: [PATCH] fix: disable taos-tools cunit test on windows (#18484) * chore(release): make get_os.sh works on mac * chore(tools): update taos-tools * chore: update taos-tools for 3.0 * fix: taosbenchmark with taosws on windows * fix: shell depends on ws on windows * fix: update taostools aa0923e for 3.0 * fix: taosdump for mac with websocket is wip * fix: update taostoosl c6f6220 for 3.0 * fix: update taos-tools 5a0a7cc * fix: update taos-tools 7a5e508 * fix: update taos-tools 2eb88c0 * fix: update taos tools c2da035 * fix: update taos-tools 2f560b4 * fix: update taos-tools 625a4cf * fix: update taos-tools af4c189 * fix: update taos-tools 872907c * fix: update taostools 540175c --- cmake/taostools_CMakeLists.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/taostools_CMakeLists.txt.in b/cmake/taostools_CMakeLists.txt.in index 78aaa7f936..30e7b85495 100644 --- a/cmake/taostools_CMakeLists.txt.in +++ b/cmake/taostools_CMakeLists.txt.in @@ -2,7 +2,7 @@ # taos-tools ExternalProject_Add(taos-tools GIT_REPOSITORY https://github.com/taosdata/taos-tools.git - GIT_TAG cf0a640 + GIT_TAG 4cbb9ac SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools" BINARY_DIR "" #BUILD_IN_SOURCE TRUE