mirror of https://github.com/milvus-io/milvus.git
#31 make clang-format failed after run build.sh -l
Former-commit-id: 03020a762b43c539ea09aca4cd5a6e96b9c8dc80pull/191/head
parent
a931a0ea37
commit
5ef9620e2f
|
@ -28,6 +28,7 @@ Please mark all change in change log and use the ticket from JIRA.
|
|||
- MS-658 - Fix SQ8 Hybrid can't search
|
||||
- \#20 - C++ sdk example get grpc error
|
||||
- \#23 - Add unittest to improve code coverage
|
||||
- \#31 - make clang-format failed after run build.sh -l
|
||||
|
||||
## Improvement
|
||||
- MS-552 - Add and change the easylogging library
|
||||
|
|
|
@ -92,7 +92,7 @@ fi
|
|||
cd ${BUILD_OUTPUT_DIR}
|
||||
|
||||
# remove make cache since build.sh -l use default variables
|
||||
# force update the variables each time
|
||||
# force update the variables each time
|
||||
make rebuild_cache
|
||||
|
||||
CMAKE_CMD="cmake \
|
||||
|
|
Loading…
Reference in New Issue