decster opened a new issue #3477: URL: https://github.com/apache/incubator-doris/issues/3477
Currently doris be unittest build a binary per class/file, this leads to large disk space waste and long build time, it should be binary per module at least. ``` [decster@doris-sandbox01 build]$ du -sh * 24K CMakeCache.txt 1.1M CMakeFiles 8.0K cmake_install.cmake 104K Makefile 2.9G src 14G test ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org