We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165efbe commit c7eb4c7Copy full SHA for c7eb4c7
ci/kokoro/docker/dump-reports.sh
@@ -39,14 +39,7 @@ function dump_report() {
39
40
export -f dump_report
41
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
-
+# Dumps the API/ABI compatibility report.
46
find "${BUILD_OUTPUT}" -name 'src_compat_report.html' \
47
-exec bash -c 'dump_report "$1"' _ {} \; 2>/dev/null || \
48
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