[PATCH] Rename builder lldb-x86_64-ubuntu-14.04-cross-compilation to lldb-x86_64-ubuntu-14.04-android
Ying Chen
chying at google.com
Thu May 7 12:52:54 PDT 2015
- Set TMPDIR when launching lldb-server on android
http://reviews.llvm.org/D9571
Files:
buildbot/osuosl/master/config/builders.py
zorg/buildbot/builders/LLDBBuilder.py
Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -754,7 +754,7 @@
'slavenames': ["lldb-x86_64-darwin-13.4"],
'builddir': "buildDir",
'factory': LLDBBuilder.getLLDBxcodebuildFactory()},
- {'name': "lldb-x86_64-ubuntu-14.04-cross-compilation",
+ {'name': "lldb-x86_64-ubuntu-14.04-android",
'slavenames': ["lldb-lab-linux01"],
'builddir': "lldb-cross-compile",
'factory': LLDBBuilder.getLLDBUbuntuCMakeBuildFactory(
Index: zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/buildbot/builders/LLDBBuilder.py
+++ zorg/buildbot/builders/LLDBBuilder.py
@@ -373,7 +373,7 @@
WithProperties('%(deviceid)s'),
'shell']
hostname = 'localhost'
- launchcmd = ['screen', '-d', '-m'] + shellcmd
+ launchcmd = ['screen', '-d', '-m'] + shellcmd + [WithProperties("TMPDIR=%(remote_dir)s/tmp")]
terminatecmd = 'ps | grep lldb-server | awk \'{print $2}\' | xargs'
terminatecmd = WithProperties('adb -s %(deviceid)s shell ' + terminatecmd + ' adb -s %(deviceid)s shell kill')
cleandircmd = WithProperties('adb -s %(deviceid)s shell rm -rf %(remote_dir)s/*')
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9571.25217.patch
Type: text/x-patch
Size: 1430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150507/f0845457/attachment.bin>
More information about the llvm-commits
mailing list