Re: [lldb-dev] FreeBSD LLDB buildbot

2018-02-27 Thread Pavel Labath via lldb-dev
On 26 February 2018 at 19:32, Ed Maste via lldb-dev wrote: > 5. I copied the scripts (updateScripts.sh, checkoutSource.sh, etc.) > from the previous buildbot installation (into scratch/scripts/). I > think we should host all scripts for the builders in either the lldb > or zorg repo - is there a r

Re: [lldb-dev] FreeBSD LLDB buildbot

2018-02-27 Thread Ed Maste via lldb-dev
On 26 February 2018 at 22:32, Ed Maste wrote: > > 2. Install required packages: > # pkg install cmake ninja swig30 subversion py27-pip Also gmake and bash. > The host is running a FreeBSD 12-CURRENT kernel and to enable tests I > expect I'll create a new FreeBSD 12 builder, which can be initiall

Re: [lldb-dev] FreeBSD LLDB buildbot

2018-02-26 Thread Ed Maste via lldb-dev
On 26 February 2018 at 18:46, Galina Kistanova wrote: > Hi Ed, > > Please try to install pip to get buildslave v0.8.12. > Something like this should work: > pip install 'buildbot-slave <= 0.8.12' Thanks Galina. I now have a jail running FreeBSD 11.1-Release hosting the original lldb-amd64-ninja-f

Re: [lldb-dev] FreeBSD LLDB buildbot

2018-02-26 Thread Galina Kistanova via lldb-dev
Hi Ed, Please try to install pip to get buildslave v0.8.12. Something like this should work: pip install 'buildbot-slave <= 0.8.12' Thanks Galina On Mon, Feb 26, 2018 at 10:26 AM, Ed Maste wrote: > Years ago there was a FreeBSD LLDB buildbot managed by Galina; it was > decommissioned quite so

[lldb-dev] FreeBSD LLDB buildbot

2018-02-26 Thread Ed Maste via lldb-dev
Years ago there was a FreeBSD LLDB buildbot managed by Galina; it was decommissioned quite some time ago. I've been running one since then, but it was never set up to run tests, only build. Over the weekend I tried to get it to run tests, but ended up with a broken installation. I've started over