Re: [Mesa-dev] [PATCH v2 1/5] gitlab-ci: build Mesa using GitLab CI

2018-09-20 Thread Juan A. Suarez Romero
On Tue, 2018-09-04 at 08:32 -0700, Eric Anholt wrote: > "Juan A. Suarez Romero" writes: > > > Creates different Docker images containing Mesa built with different > > tools (autotools, meson, scons, etc). > > > > The build is done in 3 levels: the first level creates a base image > > with all

Re: [Mesa-dev] [PATCH v2 1/5] gitlab-ci: build Mesa using GitLab CI

2018-09-04 Thread Emil Velikov
On 4 September 2018 at 12:49, Juan A. Suarez Romero wrote: >> >> Simply put, one could see .gitlab-ci.xml as a form of dockerfile, >> since the gitlab-ci uses Docker. >> Former is capable of storing artefacts, although I'd imagine the extra >> docker/rocker here is used solely to share and reuse

Re: [Mesa-dev] [PATCH v2 1/5] gitlab-ci: build Mesa using GitLab CI

2018-09-04 Thread Eric Anholt
"Juan A. Suarez Romero" writes: > Creates different Docker images containing Mesa built with different > tools (autotools, meson, scons, etc). > > The build is done in 3 levels: the first level creates a base image > with all the requirements to build Mesa. > > The second level (based of the

Re: [Mesa-dev] [PATCH v2 1/5] gitlab-ci: build Mesa using GitLab CI

2018-09-04 Thread Juan A. Suarez Romero
On Thu, 2018-08-30 at 14:27 +0100, Emil Velikov wrote: > Hi Juan, > > Something I should have mentioned ealier: > Pardon if my question are a bit rough - my rocker/docker experience is > limited. I'm more than happy to answer any question it :) > > On 30 August 2018 at 11:22, Juan A. Suarez

Re: [Mesa-dev] [PATCH v2 1/5] gitlab-ci: build Mesa using GitLab CI

2018-08-30 Thread Emil Velikov
Hi Juan, Something I should have mentioned ealier: Pardon if my question are a bit rough - my rocker/docker experience is limited. On 30 August 2018 at 11:22, Juan A. Suarez Romero wrote: > On Wed, 2018-08-29 at 14:11 +0100, Emil Velikov wrote: >> Hi Juan, >> >> I've shared a number of

Re: [Mesa-dev] [PATCH v2 1/5] gitlab-ci: build Mesa using GitLab CI

2018-08-30 Thread Juan A. Suarez Romero
On Wed, 2018-08-29 at 14:11 +0100, Emil Velikov wrote: > Hi Juan, > > I've shared a number of suggestions. I'll leave that to you if they > will be in v3 or patches on top. > > On 29 August 2018 at 11:12, Juan A. Suarez Romero wrote: > > > In order to build the images, Rocker is used. This is

Re: [Mesa-dev] [PATCH v2 1/5] gitlab-ci: build Mesa using GitLab CI

2018-08-29 Thread Emil Velikov
Hi Juan, I've shared a number of suggestions. I'll leave that to you if they will be in v3 or patches on top. On 29 August 2018 at 11:12, Juan A. Suarez Romero wrote: > In order to build the images, Rocker is used. This is a tool that > extends the Dockerfiles with new features that are quite

[Mesa-dev] [PATCH v2 1/5] gitlab-ci: build Mesa using GitLab CI

2018-08-29 Thread Juan A. Suarez Romero
Creates different Docker images containing Mesa built with different tools (autotools, meson, scons, etc). The build is done in 3 levels: the first level creates a base image with all the requirements to build Mesa. The second level (based of the first one), builds different images with