From 84f6ea9ae45a22ba2604c39d33c6f751c8d5a36a Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 4 Aug 2022 22:14:13 +0800 Subject: [PATCH] chore: libtaos ws submodule (#15757) * 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 * chore: update taosws-rs 249a4dc for develop * chore: update taosws-rs 648cc62 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 249a4dce08..648cc62310 160000 --- a/src/plugins/taosws-rs +++ b/src/plugins/taosws-rs @@ -1 +1 @@ -Subproject commit 249a4dce08ee408545a605a36095c2f426e1e337 +Subproject commit 648cc623100f3abe66be439b4d2170beeeac12b5 -- GitLab