On 19 February 2016 at 20:37, David Halls <[email protected]> wrote: > 1) Figure out a CI build pipeline for (toolchain) -> (packages). The goal >> here is to periodically verify that all the packages build against a >> toolchain from recent master. >> >> The question is where to get the toolchain for packages from -- Travis >> builds can't depend on the output of other builds -- Right now I think >> the >> best approach is that the pipeline should use one of my dockerized >> toolchains (e.g. mato/rumprun-toolchain-hw-x86_64) to build packages. The >> value of this approach is that any package maintainer can re-create a >> build >> failure locally using the exact same toolchain. >> > > I think yes Docker is a good way to have a build environment that can be > run anywhere. > >
+ We should be able to use a hosted CI to build Docker I took a look at your Dockerfiles. I see you have Alpine and Debian base images but decided to use the Debian one - is there a reason for that?
