[Lldb-commits] [PATCH] D24062: Removed warnOnFailure flag for the step for running NDK update script.

Jesik Min via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 30 16:11:10 PDT 2016


jesikmin created this revision.
jesikmin added reviewers: chying, gkistanova.
jesikmin added a subscriber: lldb-commits.

Removed warnOnFailure flag for the step for running NDK update script.

https://reviews.llvm.org/D24062

Files:
  zorg/buildbot/builders/LLDBBuilder.py

Index: zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/buildbot/builders/LLDBBuilder.py
+++ zorg/buildbot/builders/LLDBBuilder.py
@@ -952,8 +952,7 @@
     getShellCommandStep(f, name='ndk download and toolchains update',
                         command=[pathSep + 'updateToolChain' + scriptExt],
                         description=["Update NDK toolchain"],
-                        flunkOnFailure=False,
-                        warnOnFailure=False)
+                        flunkOnFailure=False)
 
     # Configure
     getShellCommandStep(f, name='cmake local',


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24062.69776.patch
Type: text/x-patch
Size: 634 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160830/24573c38/attachment.bin>


More information about the lldb-commits mailing list