[PATCH] D30505: Allow users to force clean builds from the web

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 10:13:12 PST 2017


rnk created this revision.

From time to time, buildbots may go red because the build directory
contains some bad intermediate state. For example, the CMakeCache.txt
file may be stale. Before this change, the only way to fix such a bot
was to contact the admin and wait for them to fix it. Now, users can
manually request clean builds without the help of a buildbot admin.

Also, clean the installation directories if we're doing a clean build.
Otherwise our packages uploaded to GCS may contain stale resource
directories or old executables that have been renamed.


https://reviews.llvm.org/D30505

Files:
  zorg/buildbot/builders/ClangBuilder.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30505.90204.patch
Type: text/x-patch
Size: 4989 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170301/eae2931f/attachment.bin>


More information about the llvm-commits mailing list