This is an archive of the discontinued LLVM Phabricator instance.

Turn on ccache and clean builds for llvm-clang-x86_64-sie-win builder
ClosedPublic

Authored by dyung on Jan 7 2023, 11:23 PM.

Details

Summary

Ccache now seems to be working on Windows when building with ninja+VS, so enable it, and also switch to doing clean builds (although experience doesn't seem to suggest this is really necessary, it is a recommended practice, so we can see how much it affects the build times now that ccache is available.

On a test run on the buildbot, a clean build with 100% hit rate using ccache took about 85 seconds.

Diff Detail

Event Timeline

dyung created this revision.Jan 7 2023, 11:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 7 2023, 11:23 PM
dyung requested review of this revision.Jan 7 2023, 11:23 PM
dyung retitled this revision from Turn on ccache and clean builds for llvm-clang-x86_64-sie-win worker to Turn on ccache and clean builds for llvm-clang-x86_64-sie-win builder.
This revision is now accepted and ready to land.Jan 8 2023, 9:04 PM