Re: [Xen-devel] [PATCH 1/3] ci: add Dockerfile for CentOS 6

2018-03-28 Thread George Dunlap
On Sun, Mar 25, 2018 at 3:21 PM, Doug Goldstein wrote: > Added a Dockerfile which captures all the necessary dependencies to > build Xen on a CentOS 6 system. > > Signed-off-by: Doug Goldstein > --- > automation/build/centos/6.dockerfile | 40 > > 1 file cha

[Xen-devel] [PATCH 1/3] ci: add Dockerfile for CentOS 6

2018-03-25 Thread Doug Goldstein
Added a Dockerfile which captures all the necessary dependencies to build Xen on a CentOS 6 system. Signed-off-by: Doug Goldstein --- automation/build/centos/6.dockerfile | 40 1 file changed, 40 insertions(+) create mode 100644 automation/build/centos/6.doc