[gnome-shell/wip/carlosg/coverity-job-fix] ci: Install mutter again on coverity job




commit a0b45fe61791f6ce5d1fddf082e05065fb4c2238
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Sep 16 10:03:38 2021 +0200

    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.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b12270835b..5ec1fbe2c2 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]