Skip to content

Commit

Permalink
Revert "[sanitizers] Set clean=True by default"
Browse files Browse the repository at this point in the history
There is #257.

This reverts commit 27e2970.
  • Loading branch information
vitalybuka committed Nov 4, 2024
1 parent cea5d7a commit 44d6f25
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=True,
clean=False,
extra_depends_on_projects=[],
extra_configure_args=None,
env=None,
Expand Down

0 comments on commit 44d6f25

Please sign in to comment.