Skip to content

Commit

Permalink
[sanitizers] Set clean=True by default
Browse files Browse the repository at this point in the history
For #250.
  • Loading branch information
vitalybuka committed Nov 4, 2024
1 parent 3c5528c commit 27e2970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/buildbot/builders/SanitizerBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from zorg.buildbot.process.factory import LLVMBuildFactory

def getSanitizerBuildFactory(
clean=False,
clean=True,
extra_depends_on_projects=[],
extra_configure_args=None,
env=None,
Expand Down

0 comments on commit 27e2970

Please sign in to comment.