diff --git a/be/cmake/thirdparty.cmake b/be/cmake/thirdparty.cmake index 81e59539dbd911..a40e37a990de40 100644 --- a/be/cmake/thirdparty.cmake +++ b/be/cmake/thirdparty.cmake @@ -69,6 +69,8 @@ add_thirdparty(lz4) add_thirdparty(thrift) add_thirdparty(thriftnb) +add_thirdparty(libevent_core LIBNAME "lib/libevent_core.a") +add_thirdparty(libevent_openssl LIBNAME "lib/libevent_openssl.a") add_thirdparty(libevent LIBNAME "lib/libevent.a") add_thirdparty(libevent_pthreads LIBNAME "lib/libevent_pthreads.a") add_thirdparty(libbz2 LIBNAME "lib/libbz2.a") diff --git a/regression-test/pipeline/performance/conf/custom_env.sh b/regression-test/pipeline/performance/conf/custom_env.sh index 1671733f91d911..61d7bd03f2bc61 100644 --- a/regression-test/pipeline/performance/conf/custom_env.sh +++ b/regression-test/pipeline/performance/conf/custom_env.sh @@ -19,3 +19,4 @@ export DORIS_TOOLCHAIN=gcc export BUILD_TYPE=release export DISABLE_BUILD_UI=ON +export DISABLE_BUILD_AZURE=ON