fix: sml rest ctrlc (#19937)
* fix: taosbenchmark sml-rest mem leak * fix: update taos-tools 990ba9e * fix: update taos-tools 3d5aa21 * fix: update taos-tools 68d300d * fix: update taos-tools 3c423ca * fix: update taos-tools 4097420 * fix: update taos-tools 07537a5 * fix: reduce sml-rest mem leak * fix: reduce sml-rest mem leak interlace mode * fix: codacy issues * fix: redundant mem cleanup * test: add command line sml-rest test case * fix: exclude sml-rest from 2.x * fix: update taos-tools 22627d7
This commit is contained in:
parent
caa439cb44
commit
2b20f13b07
|
@ -2,7 +2,7 @@
|
|||
# taos-tools
|
||||
ExternalProject_Add(taos-tools
|
||||
GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
|
||||
GIT_TAG 05b61e0
|
||||
GIT_TAG 22627d7
|
||||
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
|
||||
BINARY_DIR ""
|
||||
#BUILD_IN_SOURCE TRUE
|
||||
|
|
Loading…
Reference in New Issue