Re: [PATCH libdrm] add gitlab-ci builds of libdrm

2018-09-03 Thread Eric Engestrom
On Monday, 2018-09-03 10:43:36 +0200, Daniel Vetter wrote: > On Mon, Sep 03, 2018 at 09:07:10AM +0100, Eric Engestrom wrote: > > On Monday, 2018-09-03 09:50:06 +0200, Daniel Vetter wrote: > > > On Fri, Aug 31, 2018 at 05:13:25PM +0100, Eric Engestrom wrote: > > > > On Friday, 2018-08-31 16:03:44

Re: [PATCH libdrm] add gitlab-ci builds of libdrm

2018-09-03 Thread Daniel Stone
Hi, On Mon, 3 Sep 2018 at 09:45, Daniel Vetter wrote: > On Fri, Aug 31, 2018 at 03:18:56PM +0100, Eric Engestrom wrote: > > It currently does 4 builds: 2 using Meson and 2 using Autotools, 2 using > > the latest dependencies on ArchLinux and 2 using very old dependencies > > on Debian (including

Re: [PATCH libdrm] add gitlab-ci builds of libdrm

2018-09-03 Thread Daniel Vetter
On Fri, Aug 31, 2018 at 03:18:56PM +0100, Eric Engestrom wrote: > It currently does 4 builds: 2 using Meson and 2 using Autotools, 2 using > the latest dependencies on ArchLinux and 2 using very old dependencies > on Debian (including manually building libpciaccess to have the oldest > version

Re: [PATCH libdrm] add gitlab-ci builds of libdrm

2018-09-03 Thread Daniel Vetter
On Mon, Sep 03, 2018 at 09:07:10AM +0100, Eric Engestrom wrote: > On Monday, 2018-09-03 09:50:06 +0200, Daniel Vetter wrote: > > On Fri, Aug 31, 2018 at 05:13:25PM +0100, Eric Engestrom wrote: > > > On Friday, 2018-08-31 16:03:44 +0100, Daniel Stone wrote: > > > > Hi Eric, > > > > > > > > On Fri,

Re: [PATCH libdrm] add gitlab-ci builds of libdrm

2018-09-03 Thread Eric Engestrom
On Monday, 2018-09-03 09:50:06 +0200, Daniel Vetter wrote: > On Fri, Aug 31, 2018 at 05:13:25PM +0100, Eric Engestrom wrote: > > On Friday, 2018-08-31 16:03:44 +0100, Daniel Stone wrote: > > > Hi Eric, > > > > > > On Fri, 31 Aug 2018 at 15:22, Eric Engestrom > > > wrote: > > > > +-

Re: [PATCH libdrm] add gitlab-ci builds of libdrm

2018-09-03 Thread Daniel Vetter
On Fri, Aug 31, 2018 at 05:13:25PM +0100, Eric Engestrom wrote: > On Friday, 2018-08-31 16:03:44 +0100, Daniel Stone wrote: > > Hi Eric, > > > > On Fri, 31 Aug 2018 at 15:22, Eric Engestrom > > wrote: > > > +- LIBPCIACCESS_VERSION=libpciaccess-0.10 && > > > + wget

Re: [PATCH libdrm] add gitlab-ci builds of libdrm

2018-08-31 Thread Eric Engestrom
On Friday, 2018-08-31 16:03:44 +0100, Daniel Stone wrote: > Hi Eric, > > On Fri, 31 Aug 2018 at 15:22, Eric Engestrom wrote: > > +- LIBPCIACCESS_VERSION=libpciaccess-0.10 && > > + wget --no-check-certificate > >

Re: [PATCH libdrm] add gitlab-ci builds of libdrm

2018-08-31 Thread Daniel Stone
Hi Eric, On Fri, 31 Aug 2018 at 15:22, Eric Engestrom wrote: > +- LIBPCIACCESS_VERSION=libpciaccess-0.10 && > + wget --no-check-certificate > https://xorg.freedesktop.org/releases/individual/lib/$LIBPCIACCESS_VERSION.tar.bz2 > && Why are you using --no-check-certificate?! Cheers,

[PATCH libdrm] add gitlab-ci builds of libdrm

2018-08-31 Thread Eric Engestrom
It currently does 4 builds: 2 using Meson and 2 using Autotools, 2 using the latest dependencies on ArchLinux and 2 using very old dependencies on Debian (including manually building libpciaccess to have the oldest version supported, to make sure it keeps being supported). All the build options