Re: [swift-dev] buildbot configuration + etc

2015-12-15 Thread Jens Persson via swift-dev
I'm also trying to figure out more about the build process. I don't even understand in what context the buld_osx_package function should be (should it be just in it's own file or in some context where eg SRC_DIR and BUILD_NUMBER are defined)? What I want to do most of the times is just to try out

Re: [swift-dev] buildbot configuration + etc

2015-12-15 Thread Travis Tilley via swift-dev
Wait... are you sure that's the appropriate configuration? Shouldn't the xctoolchain destination be in /Library/Developer/Toolchains/ rather than the xcode directory proper? Or is the actual end destination handled entirely by `toolchain-installer'? Only somewhat related: SRC_DIR isn't defined, s

Re: [swift-dev] buildbot configuration + etc

2015-12-15 Thread Mish Awadah via swift-dev
I’m sorry for the experience Travis, but this is certainly one of our pain points. There’s a lot at play and we haven’t finished setting up our public CI either. Here’s what I do locally to build a toolchain on OS X: function build_osx_package() {

Re: [swift-dev] buildbot configuration + etc

2015-12-14 Thread Travis Tilley via swift-dev
Thank you very kindly for the response. This is extremely helpful. I'll let you know my progress tomorrow (it's almost midnight in my time zone). ;) ​-Travis Tilley​ On Mon, Dec 14, 2015 at 11:42 PM, Mish Awadah wrote: > I’m sorry for the experience Travis, but this is certainly one of our pa

Re: [swift-dev] buildbot configuration + etc

2015-12-14 Thread Dmitri Gribenko via swift-dev
+Mishal Awadah, Mishal Shah On Mon, Dec 14, 2015 at 8:04 PM, Travis Tilley via swift-dev < swift-dev@swift.org> wrote: > Is there any documentation somewhere on what the exact commands are that > the buildbot CI performs and how the packages on swift.org are created? > > I've noticed that: > > 1)