[PATCH] D22552: [zorg] Add a step to run NDK update step to the scripted LLDB builder

Jesik Min via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 14:35:20 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL280160: [zorg] Add a step to run NDK update step to the scripted LLDB builder (authored by jesikmin).

Changed prior to commit:
  https://reviews.llvm.org/D22552?vs=64610&id=69758#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D22552

Files:
  zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py

Index: zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
+++ zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
@@ -948,6 +948,13 @@
               property="got_revision",
               workdir="scripts"))
 
+    # Update NDK and create toolchains
+    getShellCommandStep(f, name='ndk download and toolchains update',
+                        command=[pathSep + 'updateToolChain' + scriptExt],
+                        description=["Update NDK toolchain"],
+                        flunkOnFailure=False,
+                        warnOnFailure=False)
+
     # Configure
     getShellCommandStep(f, name='cmake local',
                         command=[pathSep + 'cmake' + scriptExt])


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22552.69758.patch
Type: text/x-patch
Size: 804 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160830/13b6fe77/attachment.bin>


More information about the llvm-commits mailing list