From 4e5ddc5459adbee87be2519c1e199b3b526adc0e Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Thu, 16 Sep 2021 10:03:38 +0200 Subject: [PATCH] ci: Install mutter again on coverity job This job "needs" the build job and thus gets its artifacts, but it will not inherit the environment where we already installed Mutter in /usr. This apparently broke once there was a more recent mutter-clutter .pc file to look up. Install Mutter in /usr again in this job, so the new build for coverity finds all dependencies. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b12270835..5ec1fbe2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -228,7 +228,7 @@ test-coverity: stage: analyze allow_failure: true before_script: - - meson compile -C mutter/build + - meson install -C mutter/build script: - .gitlab-ci/download-coverity-tarball.sh - CC=clang meson coverity-build -Dman=false