[Spice-commits] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Oct 26 11:50:29 UTC 2020


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

New commits:
commit f23349f93ed3a8de66340ad788fb4acf5e3383ae
Author: Uri Lublin <uril at redhat.com>
Date:   Mon Oct 26 12:49:40 2020 +0200

    ci: install diffutils
    
    Without diffutils, configure complains it can not find commands cmp and diff.
    For example check-valgrind log shows:
    checking for a working dd... ./configure: line 6852: cmp: command not found
    ./configure: line 6852: cmp: command not found
    
    Signed-off-by: Uri Lublin <uril at redhat.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22cdfbc8..d1e29874 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ before_script:
   - >
     dnf install 'dnf-command(debuginfo-install)' git libtool make libasan orc-devel
     python3 python3-six python3-pyparsing glib-networking
-    asciidoc bzip2 meson ninja-build file
+    asciidoc bzip2 meson ninja-build file diffutils
     glib2-devel pixman-devel alsa-lib-devel openssl-devel libjpeg-turbo-devel
     libcacard-devel cyrus-sasl-devel lz4-devel opus-devel
     gstreamer1-devel gstreamer1-plugins-base-devel


More information about the Spice-commits mailing list