mirror of https://github.com/milvus-io/milvus.git
Merge branch 'branch-0.4.0' into 'branch-0.4.0'
MS-350 remove submodule See merge request megasearch/milvus!356 Former-commit-id: e0298261a2db6840f3c0395d2623e8d093b552efpull/191/head
commit
5a659fc5ec
|
@ -14,7 +14,7 @@ container('milvus-build-env') {
|
|||
dir ("cpp") {
|
||||
sh "git config --global user.email \"test@zilliz.com\""
|
||||
sh "git config --global user.name \"test\""
|
||||
sh "./build.sh -t ${params.BUILD_TYPE} -j -u -c"
|
||||
sh "./build.sh -t ${params.BUILD_TYPE} -k ${knowhere_build_dir} -j -u -c"
|
||||
}
|
||||
} catch (exc) {
|
||||
updateGitlabCommitStatus name: 'Build Engine', state: 'failed'
|
||||
|
|
|
@ -15,7 +15,7 @@ container('milvus-build-env') {
|
|||
dir ("cpp") {
|
||||
sh "git config --global user.email \"test@zilliz.com\""
|
||||
sh "git config --global user.name \"test\""
|
||||
sh "./build.sh -t ${params.BUILD_TYPE}"
|
||||
sh "./build.sh -t ${params.BUILD_TYPE} -k ${knowhere_build_dir}"
|
||||
}
|
||||
} catch (exc) {
|
||||
updateGitlabCommitStatus name: 'Build Engine', state: 'failed'
|
||||
|
|
|
@ -101,7 +101,7 @@ if [[ ${MAKE_CLEAN} == "ON" ]]; then
|
|||
-DBUILD_FAISS_WITH_MKL=${BUILD_FAISS_WITH_MKL} \
|
||||
-DKNOWHERE_BUILD_DIR=${KNOWHERE_BUILD_DIR} \
|
||||
-DUSE_JFROG_CACHE=${USE_JFROG_CACHE} \
|
||||
$@ ../"
|
||||
../"
|
||||
echo ${CMAKE_CMD}
|
||||
|
||||
${CMAKE_CMD}
|
||||
|
|
Loading…
Reference in New Issue