Skip to content

Commit

Permalink
[libc++] Extract ccache stats after the bootstrapping build
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Jun 1, 2023
1 parent c20a9bb commit 460d136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libcxx/utils/ci/run-buildbot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 460d136

Please sign in to comment.