From db644816c560804e72dcc28377ef3841ca777a86 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 4 Aug 2022 13:09:57 +0800 Subject: [PATCH] chore: libtaos ws submodule (#15736) * chore: add taosws-rs as plugin * chore: update taosws-rs * chore: add taosws install/remove in scripts * chore: update taosws-rs * chore: update taosws-rs * fix: _smartly_ build ws lib * chore: enhance CMakeLists.txt * fix: packaging/tools/make_install.sh * chore: update taos-tools * docs: modify readme * fix: tools/*.sh * chore: update taosws-rs * test: fix tools/taosdumpTest3.py * chore: use feat/ws-stmt branch of taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * fix: install script support libtaosws * fix: install script support libtaosws * fix: script error handle * chore: update taosws-rs fix segfault * chore: update jenkins file to support websocket build * chore: revert jenkinsfile2 * fix: tools/remove_client.sh * fix: install script * chore: add libtaosws to tools * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs fix float null * chore: enable websocket build * chore: use seperate build for arm64 * chore: update CMakeLists.txt to allow taosws compile on any platform * ci: build in container to make runtime env same with build env * chore: update taosws-rs 9fa7e2f for develop Co-authored-by: tangfangzhi --- src/plugins/taosws-rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/taosws-rs b/src/plugins/taosws-rs index 9de599dc52..9fa7e2f7e2 160000 --- a/src/plugins/taosws-rs +++ b/src/plugins/taosws-rs @@ -1 +1 @@ -Subproject commit 9de599dc5293e9c90bc00bc4a03f8b91ba756bc3 +Subproject commit 9fa7e2f7e2578a23dfba641bc32252342ba21e07 -- GitLab