Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 15.10 (master) #1583

2016-06-28 Thread Alex Chan via swift-dev
I’m still getting CI emails for Alex Hoppen (@ahoppen on GitHub). Commit 884af9c isn’t mine. — Alex > On 28 Jun 2016, at 11:43, no-re...@swift.org wrote: > > [FAILURE] oss-swift-package-linux-ubuntu-15_10 [#1583] > > Build URL: > https://ci.swift.org/job/oss-swift-package-linux-ubuntu-15_1

Re: [swift-dev] Ubuntu 14.04 Swift master build failure

2016-06-28 Thread Joseph Bell via swift-dev
On 14.04 I can reproduce this, which is also referenced in https://bugs.swift.org/browse/SR-1923. CMake Error at cmake/modules/SwiftSharedCMakeConfig.cmake:134 (include): include could not find load file: ClangTargets Call Stack (most recent call first): cmake/modules/SwiftSharedCMakeConf

Re: [swift-dev] Ubuntu 14.04 Swift master build failure

2016-06-28 Thread Michael Gottesman via swift-dev
For 14.04, you need to upgrade your CMake. Since we are going to be updating to 3.4.3, I would suggest just doing that. Michael > On Jun 28, 2016, at 7:59 PM, Joseph Bell wrote: > > On 14.04 I can reproduce this, which is also referenced in > https://bugs.swift.org/browse/SR-1923