[PATCH weston 2/2] Add .gitlab-ci.yml

Pekka Paalanen ppaalanen at gmail.com
Thu Jun 7 07:59:36 UTC 2018


On Wed, 6 Jun 2018 15:33:13 +0100
Emil Velikov <emil.l.velikov at gmail.com> wrote:

> Hi Dan,
> 
> On 5 June 2018 at 23:06, Daniel Stone <daniels at collabora.com> wrote:
> 
> > +  - apt-get -y --no-install-recommends install build-essential automake autoconf libtool pkg-config libexpat1-dev libffi-dev libxml2-dev libpixman-1-dev libpng-dev libjpeg-dev libcolord-dev mesa-common-dev libglu1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libwayland-dev libxcb1-dev libxcb-composite0-dev libxcb-xfixes0-dev libxcb-xkb-dev libx11-xcb-dev libx11-dev libudev-dev libgbm-dev libxkbcommon-dev libcairo2-dev libpango1.0-dev libgdk-pixbuf2.0-dev libxcursor-dev libmtdev-dev libpam0g-dev libvpx-dev libsystemd-dev libinput-dev libwebp-dev libjpeg-dev libva-dev liblcms2-dev git  
> 
> I think this can be simplify the explicit list to:
> apt-get -y --no-install-recommends build-dep wayland

Hi Emil,

you mean weston, not wayland?

Weston's dependencies change more often than wayland's, and now that
there is a list (any list) that works, I'm fine with it.

> > +  - mkdir -p /tmp/.X11-unix
> > +  - chmod 777 /tmp/.X11-unix
> > +
> > +build-native:
> > +  stage: build
> > +  script:
> > +  - git clone --depth=1 git://anongit.freedesktop.org/git/wayland/wayland-protocols
> > +  - export WAYLAND_PROTOCOLS_DIR="$(pwd)/prefix-wayland-protocols"
> > +  - export PKG_CONFIG_PATH="$WAYLAND_PROTOCOLS_DIR/share/pkgconfig:$PKG_CONFIG_PATH"
> > +  - cd wayland-protocols
> > +  - git show -s HEAD  
> Is this needed?

I have forgot if we decided that it's ok for unreleased commits in
weston to depend on unreleased wayland-protocols. If yes, it makes
sense to me to always use the latest git wayland-protocols.

For the other comments, I agree with Daniel's recent reply.


Thanks,
pq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20180607/024ff6a2/attachment-0001.sig>


More information about the wayland-devel mailing list