This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 1c71170 [chore] Use ccache to speed recompiling test code up. (#7811)
1c71170 is described below
commit 1c711705d72b36001e7dc4658d297e847ccb18c1
Author: Adonis Ling <[email protected]>
AuthorDate: Sat Jan 22 10:18:52 2022 +0800
[chore] Use ccache to speed recompiling test code up. (#7811)
---
run-be-ut.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/run-be-ut.sh b/run-be-ut.sh
index 26a23f7..39cb673 100755
--- a/run-be-ut.sh
+++ b/run-be-ut.sh
@@ -128,7 +128,7 @@ fi
cd ${CMAKE_BUILD_DIR}
${CMAKE_CMD} -G "${GENERATOR}" ../ -DWITH_MYSQL=OFF -DMAKE_TEST=ON
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
- -DGLIBC_COMPATIBILITY=${GLIBC_COMPATIBILITY}
+ -DGLIBC_COMPATIBILITY=${GLIBC_COMPATIBILITY} ${CMAKE_USE_CCACHE}
${BUILD_SYSTEM} -j ${PARALLEL} $RUN_FILE
if [ ${RUN} -ne 1 ]; then
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]