提交 55806536 编写于 作者: Y yudong.cai

MS-257 update bzip2 download url


Former-commit-id: 466881fbb4f6bf65c68bdf15ca4462e6c32a6e90
上级 ef553845
...@@ -20,6 +20,7 @@ Please mark all change in change log and use the ticket from JIRA. ...@@ -20,6 +20,7 @@ Please mark all change in change log and use the ticket from JIRA.
- MS-234 - Some case cause background merge thread stop - MS-234 - Some case cause background merge thread stop
- MS-235 - Some test cases random fail - MS-235 - Some test cases random fail
- MS-236 - Add MySQLMetaImpl::HasNonIndexFiles - MS-236 - Add MySQLMetaImpl::HasNonIndexFiles
- MS-257 - Update bzip2 download url
## Improvement ## Improvement
- MS-156 - Add unittest for merge result functions - MS-156 - Add unittest for merge result functions
......
...@@ -219,7 +219,7 @@ endif() ...@@ -219,7 +219,7 @@ endif()
if(DEFINED ENV{MILVUS_BZIP2_URL}) if(DEFINED ENV{MILVUS_BZIP2_URL})
set(BZIP2_SOURCE_URL "$ENV{MILVUS_BZIP2_URL}") set(BZIP2_SOURCE_URL "$ENV{MILVUS_BZIP2_URL}")
else() else()
set(BZIP2_SOURCE_URL "https://fossies.org/linux/misc/bzip2-${BZIP2_VERSION}.tar.gz") set(BZIP2_SOURCE_URL "https://sourceware.org/pub/bzip2/bzip2-${BZIP2_VERSION}.tar.gz")
endif() endif()
if(DEFINED ENV{MILVUS_EASYLOGGINGPP_URL}) if(DEFINED ENV{MILVUS_EASYLOGGINGPP_URL})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册