File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ add_thirdparty(arrow_flight_sql LIB64)
110110add_thirdparty(parquet LIB64)
111111add_thirdparty(brpc LIB64)
112112add_thirdparty(rocksdb)
113- add_thirdparty(cyrus-sasl WHOLELIBPATH "/ lib/x86_64-linux-gnu/ libsasl2.so " )
113+ add_thirdparty(cyrus-sasl LIBNAME " lib/libsasl2.a " )
114114# put this after lz4 to avoid using lz4 lib in librdkafka
115115add_thirdparty(rdkafka_cpp LIBNAME "lib/librdkafka++.a" )
116116add_thirdparty(rdkafka)
@@ -156,11 +156,11 @@ add_thirdparty(idn LIB64)
156156add_thirdparty(xml2 LIB64)
157157add_thirdparty(lzma LIB64)
158158add_thirdparty(gsasl)
159- add_thirdparty(krb5support WHOLELIBPATH "/lib/x86_64-linux-gnu/libkrb5support.so" )
160- add_thirdparty(krb5 WHOLELIBPATH "/lib/x86_64-linux-gnu/libkrb5.so" )
161- add_thirdparty(com_err WHOLELIBPATH "/lib/x86_64-linux-gnu/libcom_err.so" )
162- add_thirdparty(k5crypto WHOLELIBPATH "/lib/x86_64-linux-gnu/libk5crypto.so" )
163- add_thirdparty(gssapi_krb5 WHOLELIBPATH "/lib/x86_64-linux-gnu/libgssapi_krb5.so" )
159+ add_thirdparty(krb5support)
160+ add_thirdparty(krb5)
161+ add_thirdparty(com_err)
162+ add_thirdparty(k5crypto)
163+ add_thirdparty(gssapi_krb5)
164164add_thirdparty(streamvbyte LIB64)
165165
166166if (OS_MACOSX)
Original file line number Diff line number Diff line change @@ -923,12 +923,12 @@ if [[ "${BUILD_BROKER}" -eq 1 ]]; then
923923fi
924924
925925if [[ ${BUILD_CLOUD} -eq 1 ]]; then
926- rm -rf " ${DORIS_HOME} /output /ms"
926+ rm -rf " ${DORIS_OUTPUT} /ms"
927927 rm -rf " ${DORIS_HOME} /cloud/output/lib/hadoop_hdfs"
928928 if [[ -d " ${DORIS_THIRDPARTY} /installed/lib/hadoop_hdfs/" ]]; then
929929 cp -r -p " ${DORIS_THIRDPARTY} /installed/lib/hadoop_hdfs/" " ${DORIS_HOME} /cloud/output/lib"
930930 fi
931- cp -r -p " ${DORIS_HOME} /cloud/output" " ${DORIS_HOME} /output /ms"
931+ cp -r -p " ${DORIS_HOME} /cloud/output" " ${DORIS_OUTPUT} /ms"
932932fi
933933
934934mkdir -p " ${DORIS_HOME} /output/tools"
You can’t perform that action at this time.
0 commit comments