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




commit 4e5ddc5459adbee87be2519c1e199b3b526adc0e
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.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1979>

 .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]