mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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>
This commit is contained in:
parent
ceee53aa0a
commit
4e5ddc5459
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue