From 5ef9620e2fa0408bbf250883fa3ace04f6be05f0 Mon Sep 17 00:00:00 2001 From: starlord Date: Thu, 17 Oct 2019 17:51:13 +0800 Subject: [PATCH] #31 make clang-format failed after run build.sh -l Former-commit-id: 03020a762b43c539ea09aca4cd5a6e96b9c8dc80 --- CHANGELOG.md | 1 + core/build.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3905cb21..1119c820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/core/build.sh b/core/build.sh index 6697cfdf..cd6f6520 100755 --- a/core/build.sh +++ b/core/build.sh @@ -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 \ -- GitLab