'Hard disk runs out of space while doing coverity build Analysis and cov-format-errors
Just by running the following Coverity build analysis and html creation I get a full disk space error. I have 400GB and this takes 300GB!
$(CONTAINER_PATH) run -b '$(PRJ_BUILD_TREE)' -w '$(PRJ_WORK_DIR)' --objdir '' -c 'rm -rf coverity_build_results_2018;make clean_brutal; \
$(PRJ_COVERITY_BIN)/cov-build --dir coverity_build_results_2018 --encoding UTF-8 make PASE_SUB_PRODUCT=$(PASE_SUB_PRODUCT); \
$(PRJ_COVERITY_BIN)/cov-analyze --dir coverity_build_results --all --disable-parse-warnings --enable-virtual --enable-fnptr --enable-constraint-fpp --paths 100000 -j auto; \
$(PRJ_COVERITY_BIN)/cov-format-errors --dir coverity_build_results --html-output coverity_build_results/results_html;'
any suggestions? Solutions?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
