Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
074ce5a2
T
TDengine
项目概览
taosdata
/
TDengine
1 年多 前同步成功
通知
1185
Star
22016
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
074ce5a2
编写于
7月 30, 2022
作者:
wafwerar
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
build: remove submodule
上级
74d3ab1f
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
20 addition
and
4 deletion
+20
-4
.gitmodules
.gitmodules
+0
-0
Jenkinsfile2
Jenkinsfile2
+2
-0
contrib/CMakeLists.txt
contrib/CMakeLists.txt
+18
-0
examples/rust
examples/rust
+0
-1
tools/taos-tools
tools/taos-tools
+0
-1
tools/taosadapter
tools/taosadapter
+0
-1
tools/taosws-rs
tools/taosws-rs
+0
-1
未找到文件。
.gitmodules
已删除
100644 → 0
浏览文件 @
74d3ab1f
Jenkinsfile2
浏览文件 @
074ce5a2
...
...
@@ -118,6 +118,7 @@ def pre_test(){
git rm --cached tools/taos-tools 2>/dev/null || :
git rm --cached tools/taosadapter 2>/dev/null || :
git rm --cached tools/taosws-rs 2>/dev/null || :
git rm --cached examples/rust 2>/dev/null || :
'''
sh '''
cd ${WKC}
...
...
@@ -269,6 +270,7 @@ def pre_test_win(){
git rm --cached tools/taos-tools 2>nul
git rm --cached tools/taosadapter 2>nul
git rm --cached tools/taosws-rs 2>nul
git rm --cached examples/rust 2>nul
exit 0
'''
bat '''
...
...
contrib/CMakeLists.txt
浏览文件 @
074ce5a2
...
...
@@ -144,6 +144,24 @@ execute_process(COMMAND "${CMAKE_COMMAND}" -G "${CMAKE_GENERATOR}" .
WORKING_DIRECTORY
"
${
TD_CONTRIB_DIR
}
/deps-download"
)
execute_process
(
COMMAND
"
${
CMAKE_COMMAND
}
"
--build .
WORKING_DIRECTORY
"
${
TD_CONTRIB_DIR
}
/deps-download"
)
# clear submodule
execute_process
(
COMMAND git submodule deinit -f tools/taos-tools
WORKING_DIRECTORY
"
${
TD_SOURCE_DIR
}
"
)
execute_process
(
COMMAND git rm --cached tools/taos-tools
WORKING_DIRECTORY
"
${
TD_SOURCE_DIR
}
"
)
execute_process
(
COMMAND git submodule deinit -f tools/taosadapter
WORKING_DIRECTORY
"
${
TD_SOURCE_DIR
}
"
)
execute_process
(
COMMAND git rm --cached tools/taosadapter
WORKING_DIRECTORY
"
${
TD_SOURCE_DIR
}
"
)
execute_process
(
COMMAND git submodule deinit -f tools/taosws-rs
WORKING_DIRECTORY
"
${
TD_SOURCE_DIR
}
"
)
execute_process
(
COMMAND git rm --cached tools/taosws-rs
WORKING_DIRECTORY
"
${
TD_SOURCE_DIR
}
"
)
execute_process
(
COMMAND git submodule deinit -f examples/rust
WORKING_DIRECTORY
"
${
TD_SOURCE_DIR
}
"
)
execute_process
(
COMMAND git rm --cached examples/rust
WORKING_DIRECTORY
"
${
TD_SOURCE_DIR
}
"
)
# ================================================================================================
# Build
...
...
rust
@
7ed7a977
Subproject commit 7ed7a97715388fa144718764d6bf20f9bfc29a12
taos-tools
@
817cb6ac
Subproject commit 817cb6ac431ed8ae4c843872cdfc8c201c1e1894
taosadapter
@
df8678f0
Subproject commit df8678f070e3f707faf59baebec90065f6e1268b
taosws-rs
@
9de599dc
Subproject commit 9de599dc5293e9c90bc00bc4a03f8b91ba756bc3
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录