From 5c19eef8ce88f809d2331cfcc7ee9cc4794ae9d5 Mon Sep 17 00:00:00 2001 From: congqixia Date: Fri, 10 Dec 2021 14:01:07 +0800 Subject: [PATCH] Add rocksdb compile step for ut (#13156) Signed-off-by: Congqi Xia --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 22251b10d2..902e1bec1b 100644 --- a/Makefile +++ b/Makefile @@ -107,6 +107,7 @@ build-cpp-with-unittest: @echo "Building Milvus cpp library with unittest ..." @(env bash $(PWD)/scripts/core_build.sh -u -c -f "$(CUSTOM_THIRDPARTY_PATH)") @(env bash $(PWD)/scripts/cwrapper_build.sh -t Release -f "$(CUSTOM_THIRDPARTY_PATH)") + @(env bash $(PWD)/scripts/cwrapper_rocksdb_build.sh -t Release -f "$(CUSTOM_THIRDPARTY_PATH)") # Run the tests. unittest: test-cpp test-go