Skip to content

Commit 27e2970

Browse files
committed
[sanitizers] Set clean=True by default
For #250.
1 parent 3c5528c commit 27e2970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/SanitizerBuilder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from zorg.buildbot.process.factory import LLVMBuildFactory
33

44
def getSanitizerBuildFactory(
5-
clean=False,
5+
clean=True,
66
extra_depends_on_projects=[],
77
extra_configure_args=None,
88
env=None,

0 commit comments

Comments
 (0)