Skip to content

CI: Bump ci-templates dependency for working pip

Daniel Stone requested to merge daniels/weston:fix-pip-in-ci into master

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

Edited by Daniel Stone

Merge request reports