File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Utilities/StaticAnalyzers/scripts Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,14 @@ scram b -j $J
1111cd ${LOCALRT} /
1212export USER_CXXFLAGS=" -DEDM_ML_DEBUG -w"
1313export USER_LLVM_CHECKERS=" -enable-checker threadsafety -enable-checker optional.ClassChecker -enable-checker cms -enable-checker deprecated -disable-checker cms.FunctionDumper"
14+ export BUILD_LOG=yes
1415scram b -k -j $J checker SCRAM_IGNORE_PACKAGES=Fireworks/% SCRAM_IGNORE_SUBDIRS=test > ${LOCALRT} /tmp/class+function-checker.log 2>&1
16+ if [ " ${JENKINS_HOME} " != " " ]; then
17+ BUILD_LOG_DIR=${LOCALRT} /tmp/${SCRAM_ARCH} /cache/log
18+ scram build outputlog >> ${LOCALRT} /tmp/class+function-checker.log 2>&1 || true
19+ ${CMS_BOT_DIR} /buildLogAnalyzer.py ${ANALOG_OPT} --logDir ${BUILD_LOG_DIR} /src > ${WORKSPACE} /build-logs.log 2>&1 || true
20+ if [ -d ${BUILD_LOG_DIR} /html ] ; then mv ${BUILD_LOG_DIR} /html ${WORKSPACE} /build-logs ; fi
21+ fi
1522cd ${LOCALRT} /tmp/
1623touch check-end
1724sort -u < class-checker.txt.unsorted | grep -e" ^data class" > class-checker.txt
You can’t perform that action at this time.
0 commit comments