提交 7cc6e173 编写于 作者: Q quicksilver

add gperftools dependencies


Former-commit-id: cc8e3f68f5fbe3393ac966083b607b54ccb50fe8
上级 027ee692
...@@ -15,7 +15,7 @@ container('milvus-build-env') { ...@@ -15,7 +15,7 @@ container('milvus-build-env') {
dir ("cpp") { dir ("cpp") {
sh "git config --global user.email \"test@zilliz.com\"" sh "git config --global user.email \"test@zilliz.com\""
sh "git config --global user.name \"test\"" sh "git config --global user.name \"test\""
sh "./build.sh -t ${params.BUILD_TYPE} -k ${knowhere_build_dir}" sh "./build.sh -t ${params.BUILD_TYPE} -k ${knowhere_build_dir} -j"
} }
} catch (exc) { } catch (exc) {
updateGitlabCommitStatus name: 'Build Engine', state: 'failed' updateGitlabCommitStatus name: 'Build Engine', state: 'failed'
......
...@@ -2556,6 +2556,8 @@ macro(build_gperftools) ...@@ -2556,6 +2556,8 @@ macro(build_gperftools)
${GPERFTOOLS_STATIC_LIB}) ${GPERFTOOLS_STATIC_LIB})
endif() endif()
ExternalProject_Add_StepDependencies(gperftools_ep build libunwind_ep)
file(MAKE_DIRECTORY "${GPERFTOOLS_INCLUDE_DIR}") file(MAKE_DIRECTORY "${GPERFTOOLS_INCLUDE_DIR}")
add_library(gperftools STATIC IMPORTED) add_library(gperftools STATIC IMPORTED)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册