Re: [swift-dev] [swift-build-dev] Building custom toolchain

2016-06-02 Thread Daniel Dunbar via swift-dev
> On Jun 2, 2016, at 10:59 AM, bhargav gurlanka wrote: > > > I always run this after every build > > If I understand you correctly, you first build swift and then run this script > to create the toolchain right? > > Are you using the `build-toolchain` script to build swift? I've tried doing

Re: [swift-dev] [swift-build-dev] Building custom toolchain

2016-06-02 Thread bhargav gurlanka via swift-dev
> I always run this after every build If I understand you correctly, you first build swift and then run this script to create the toolchain right? Are you using the `build-toolchain` script to build swift? I've tried doing it sometime back and it included the testing also, which took a long time

Re: [swift-dev] [swift-build-dev] Building custom toolchain

2016-06-02 Thread Daniel Dunbar via swift-dev
FWIW, this: https://gist.github.com/ddunbar/598bf66952fba0e9d8aecc54995f018e is the script I currently use on OS X to get a working "swift-dev.xctoolchain" out of a built Swift. It isn't designed to work for anyone but me, but it should be easy to adapt. I always run this after every build, an