[swift-dev] Continuous Integration on Swift.org projects

2015-12-07 Thread Brad Erickson via swift-dev
I'm hoping to get an ETA or learn the plan for enabling Continuous integration on swift.org projects. It's listed as coming soon on the website. Unit tests and builds are being broken by current untested merges. I submitted a "testing the waters" travis-ci enabling PR on swift-package-manager, but

Re: [swift-dev] Continuous Integration on Swift.org projects

2015-12-07 Thread Brad Erickson via swift-dev
gt; >> On Mon, Dec 7, 2015 at 12:49 PM, Brad Erickson via swift-dev < >> swift-dev@swift.org> wrote: >> >>> I'm hoping to get an ETA or learn the plan for enabling Continuous >>> integration on swift.org projects. It's listed as coming soon on the &

[swift-dev] preset: buildbot_linux_1404/1510 are the same

2015-12-10 Thread Brad Erickson via swift-dev
The [preset: buildbot_linux_1404] is the same as [preset: buildbot_linux_1510]. 14.04 has a comment stating: # This preset does not build Foundation due to unavailable ICU versions on Ubuntu 14.04 src: https://github.com/apple/swift/blob/469208d9156489c48591d3ffab0560c30c87be54/utils/build-presets

Re: [swift-dev] preset: buildbot_linux_1404/1510 are the same

2015-12-10 Thread Brad Erickson via swift-dev
, Dec 10, 2015 at 10:33 AM, Brad Erickson via swift-dev >> wrote: >> > >> > The best solution is to remove one and rename the other simply: >> [preset: buildbot_linux], but that will have far reaching effects. Nothing >> that can't be dealt with though. How should

[swift-dev] Building on Fedora

2015-12-13 Thread Brad Erickson via swift-dev
I've got Swift building now on Fedora 23. The only problem issue I'm running into is probably related to: https://llvm.org/bugs/show_bug.cgi?id=23785 CMake Error at scripts/cmake_install.cmake:36 (file): file INSTALL cannot find "/build/buildbot_linux/lldb-linux-x86_64/lib/python2.7". Call Sta

Re: [swift-dev] Building on Fedora

2015-12-15 Thread Brad Erickson via swift-dev
ad On Mon, Dec 14, 2015 at 1:04 AM, Dmitri Gribenko wrote: > On Sun, Dec 13, 2015 at 10:17 AM, Brad Erickson via swift-dev < > swift-dev@swift.org> wrote: > >> I've got Swift building now on Fedora 23. >> > > Hi Brad, > > Thank you for working on t

Re: [swift-dev] Dockerized Swift, Build Times and Other Notes Regarding CI

2015-12-19 Thread Brad Erickson via swift-dev
Hi Tom/Max, I've made a dockerized Swift build using the build_bot preset for Ubuntu 14/15 and Fedora: https://github.com/eosrei/docker-swift-dev-buildbot and https://hub.docker.com/r/eosrei/swift-dev-buildbot/ The three containers could be used right now for CI. There is some work on a "preheate

Re: [swift-dev] Dockerized Swift, Build Times and Other Notes Regarding CI

2015-12-19 Thread Brad Erickson via swift-dev
Thanks! The non-prebuilts work well. It took a while for me to work out the details. The 14.04 prebuilt container is having some issues which is why it's still private on Hub. I can make it public or add you to it. I must be missing something in mimicking the buildbot_linux preset minus tests, bec