[Spice-commits] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jan 27 10:17:29 UTC 2022


 .gitlab-ci.yml |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8a1961104974587883e5ac3ebf4bd057ac556d12
Author: Frediano Ziglio <freddy77 at gmail.com>
Date:   Thu Jan 27 09:10:55 2022 +0000

    ci: Set WINEPATH during Windows build
    
    Without it on Fedora 35 Wine is not able to find DLLs installed
    on the system.
    This will cause failures executing tests but this also helps in
    case there are tests during the configuration phase.
    
    Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c8dec7a..cfa6e72 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,6 +41,7 @@ make-win:
   - mkdir spice-protocol/build
   - (cd spice-protocol/build && mingw64-meson --werror && ninja install)
   - NOCONFIGURE=yes ./autogen.sh
+  - export WINEPATH='Z:\usr\x86_64-w64-mingw32\sys-root\mingw\bin'
   - >
     PYTHON=python3
     CFLAGS='-O2 -pipe -g -fsanitize=address -fno-omit-frame-pointer -Wframe-larger-than=40920'


More information about the Spice-commits mailing list