Re: [swift-dev] Please remove your Swift build directory

2016-06-01 Thread Karl via swift-dev
> On 1 Jun 2016, at 18:16, Dmitri Gribenko wrote: > > On Wed, Jun 1, 2016 at 7:17 AM, Karl via swift-dev > wrote: >> We’d configure it like this: >> - SWIFT_HOST_TRIPLE (e.g x86_64-unknown-linux-gnu) >> - SWIFT_DEPLOYMENT_TARGETS (e.g. x86_64-unknown-linux-gnu + >> armv7-linux-gnueabihf + arm

[swift-dev] [RFC] Toolchain based build process

2016-06-01 Thread Daniel Dunbar via swift-dev
Hi all, The current build process for the overall Swift project (i.e., the compiler + associated projects like Foundation, XCTest, and SwiftPM) relies on each project having dependencies on the built artifacts of previously built projects. Those dependencies are currently communicated to each p

Re: [swift-dev] Please remove your Swift build directory

2016-06-01 Thread Austin Zheng via swift-dev
Hello, I'm still seeing errors when I try invoking the build script with `-x`. I've updated all the repositories (everything that lives alongside the 'swift' repo, as well as that repo itself) and deleted my build folder completely. I see the following errors multiple times before the build termi

Re: [swift-dev] Please remove your Swift build directory

2016-06-01 Thread Dmitri Gribenko via swift-dev
On Wed, Jun 1, 2016 at 7:17 AM, Karl via swift-dev wrote: > We’d configure it like this: > - SWIFT_HOST_TRIPLE (e.g x86_64-unknown-linux-gnu) > - SWIFT_DEPLOYMENT_TARGETS (e.g. x86_64-unknown-linux-gnu + > armv7-linux-gnueabihf + armv7-none-linux-androideabi + > i386-none-linux-androideabi + …)

Re: [swift-dev] Please remove your Swift build directory

2016-06-01 Thread Karl via swift-dev
I’ll have a look in to the SWIFT_BUILD_EXAMPLES warning. SWIFT_HOST_TRIPLE is a new flag used to override the triple we calculate in CMake (for Linux targets only, Darwin SDK configuration is too different right now). I would like it to one day replace SWIFT_HOST_VARIANT_ARCH and SWIFT_HOST_VAR