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

Emil Velikov emil.l.velikov at gmail.com
Thu Jun 7 10:10:44 UTC 2018


On 7 June 2018 at 08:58, Daniel Stone <daniel at fooishbar.org> wrote:
> Hi Emil,
> I replied to the rest further down-thread, but:
>
> On 6 June 2018 at 15:33, Emil Velikov <emil.l.velikov at gmail.com> wrote:
>> On 5 June 2018 at 23:06, Daniel Stone <daniels at collabora.com> wrote:
>>> +  - 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?
>
> It's not entirely necessary, but we do get quite verbose output from
> the package manager as to which versions etc it's installing; I
> figured being more verbose in the logs was better here, so people
> could figure out what a particular job was built against.
>
Interesting idea:

Wouldn't encoding the SHA in the path (just like weston) be a lot more obvious?

-Emil


More information about the wayland-devel mailing list