Skip to content

Commit c7eb4c7

Browse files
authored
cleanup: remove last reference to scan-build (#3632)
This was cleanup was missed when I submitted #3628 yesterday.
1 parent 165efbe commit c7eb4c7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

ci/kokoro/docker/dump-reports.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,7 @@ function dump_report() {
3939

4040
export -f dump_report
4141

42-
# Find any analysis reports, currently ABI checks and Clang static analysis are
43-
# the two things that produce them. Note that the Clang static analysis reports
44-
# are copied into the scan-cmake-out directory by the build-docker.sh script.
45-
42+
# Dumps the API/ABI compatibility report.
4643
find "${BUILD_OUTPUT}" -name 'src_compat_report.html' \
4744
-exec bash -c 'dump_report "$1"' _ {} \; 2>/dev/null || \
4845
echo "No ABI compatibility reports found."
49-
50-
find scan-cmake-out/ -name '*.html' \
51-
-exec bash -c 'dump_report "$1"' _ {} \; 2>/dev/null || \
52-
echo "No static analysis reports found."

0 commit comments

Comments
 (0)