chore: taos-tools use localfile asdeps (#18471)

* chore: update taos-tools 6b19ee9

* chore: taos-tools use local files as deps

* test: add git clean on windows pre-test
This commit is contained in:
Shuduo Sang 2022-11-26 19:56:18 +08:00 committed by GitHub
parent efe7b5c3e2
commit d26b4e1524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -201,6 +201,7 @@ def pre_test_win(){
''' '''
bat ''' bat '''
cd %WIN_COMMUNITY_ROOT% cd %WIN_COMMUNITY_ROOT%
git clean -fxd
git reset --hard git reset --hard
git remote prune origin git remote prune origin
git fetch git fetch

View File

@ -2,7 +2,7 @@
# taos-tools # taos-tools
ExternalProject_Add(taos-tools ExternalProject_Add(taos-tools
GIT_REPOSITORY https://github.com/taosdata/taos-tools.git GIT_REPOSITORY https://github.com/taosdata/taos-tools.git
GIT_TAG fab042d GIT_TAG cf0a640
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools" SOURCE_DIR "${TD_SOURCE_DIR}/tools/taos-tools"
BINARY_DIR "" BINARY_DIR ""
#BUILD_IN_SOURCE TRUE #BUILD_IN_SOURCE TRUE