CI: Bump ci-templates dependency for working pip
authorDaniel Stone <daniels@collabora.com>
Wed, 11 Dec 2019 15:22:24 +0000 (15:22 +0000)
committerDaniel Stone <daniels@collabora.com>
Wed, 11 Dec 2019 15:22:24 +0000 (15:22 +0000)
commit90eee632cab548b1a9276f73c6e748897370b02a
tree8878bfa683684f5c79fefe14385ca41bfd9f7111
parent723c6a1266785545f02844e800746ceeb9f3c54a
CI: Bump ci-templates dependency for working pip

wayland/ci-templates!18 allows the $HOME environment variable to
propagate into the execution of creating our build container. Without
that, buildah would leave us with an empty $HOME, which would have pip
install into /.local/bin.

As $HOME is preserved during our actual native builds, we would try to
find meson in /root/.local/bin and fail, since it had been stored to a
different path.

Bump the ci-templates dependency to one with the fix so we can build new
images again.

Signed-off-by: Daniel Stone <daniels@collabora.com>
.gitlab-ci.yml