[libc++] Extract ccache stats after the bootstrapping build
authorLouis Dionne <ldionne.2@gmail.com>
Thu, 1 Jun 2023 20:16:19 +0000 (13:16 -0700)
committerLouis Dionne <ldionne.2@gmail.com>
Thu, 1 Jun 2023 20:16:19 +0000 (13:16 -0700)
libcxx/utils/ci/run-buildbot

index 6502012..fc3d432 100755 (executable)
@@ -355,6 +355,8 @@ bootstrapping-build)
 
     echo "--- Installing libc++ and libc++abi to a fake location"
     ${NINJA} -C "${BUILD_DIR}" install-runtimes
+
+    ccache -s
 ;;
 generic-static)
     clean