[Enhancement] Turn on the default starcache switch to build the starrocks with datacache. (#34592)

Signed-off-by: Gavin <yangguansuo@starrocks.com>
This commit is contained in:
Gavin 2023-11-08 19:27:46 +08:00 committed by GitHub
parent 47637203db
commit 29df5149af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ if [ ${BUILD_BE} -eq 1 ] ; then
# Temporarily keep the default behavior same as before to avoid frequent thirdparty update.
# Once the starcache version is stable, we will turn on it by default.
if [[ -z ${WITH_STARCACHE} ]]; then
WITH_STARCACHE=${USE_STAROS}
WITH_STARCACHE=ON
fi
if [[ "${WITH_STARCACHE}" == "ON" && ! -f ${STARROCKS_THIRDPARTY}/installed/starcache/lib/libstarcache.a ]]; then