mirror of https://github.com/milvus-io/milvus.git
add gperftools dependencies
Former-commit-id: cc8e3f68f5fbe3393ac966083b607b54ccb50fe8pull/191/head
parent
027ee6920c
commit
7cc6e173b1
|
@ -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)
|
||||||
${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)
|
||||||
|
|
Loading…
Reference in New Issue