Skip to content

Commit 4bc4501

Browse files
authored
Make builder llvm-new-debug-iterators do clean builds. (#57)
Set option to have the build bot do clean builds.
1 parent 742276c commit 4bc4501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,7 @@
978978
'builddir': "debug-iterators",
979979
'factory': UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
980980
depends_on_projects=['llvm','clang','clang-tools-extra','compiler-rt','lld','cross-project-tests'],
981+
clean=True,
981982
extra_configure_args=[
982983
"-DCMAKE_C_COMPILER=gcc",
983984
"-DCMAKE_CXX_COMPILER=g++",

0 commit comments

Comments
 (0)