Skip to content

Commit 44d6f25

Browse files
committed
Revert "[sanitizers] Set clean=True by default"
There is #257. This reverts commit 27e2970.
1 parent cea5d7a commit 44d6f25

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=True,
5+
clean=False,
66
extra_depends_on_projects=[],
77
extra_configure_args=None,
88
env=None,

0 commit comments

Comments
 (0)