[Spice-devel] [PATCH spice-server] ci: Update gitlab makecheck-centos Job to support CentOS 8
Victor Toso
victortoso at redhat.com
Fri Oct 4 14:32:06 UTC 2019
Hi,
On Fri, Oct 04, 2019 at 03:23:28PM +0100, Frediano Ziglio wrote:
> Disable celt0.51, now obsolete.
> Update package names and repositories.
Time is coming to remove celt051 support :)
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
> .gitlab-ci.yml | 10 ++++++----
> 1 file changed, 6 insertions(+), 4 deletions(-)
>
> Results at https://gitlab.freedesktop.org/fziglio/spice/pipelines/68395
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 33210cb9..01f63733 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -85,13 +85,15 @@ distcheck:
> # Same as makecheck job but use a Centos image
> makecheck-centos:
> before_script:
> + - dnf install -y 'dnf-command(config-manager)'
> + - dnf config-manager --set-enabled PowerTools
> - >
> - yum install git libtool make libasan orc-devel glib-networking
> - yum-utils gcc glib2-devel celt051-devel
> + dnf install git libtool make libasan orc-devel glib-networking
> + gcc glib2-devel
> opus-devel pixman-devel openssl-devel libjpeg-devel
> libcacard-devel cyrus-sasl-devel lz4-devel
> gstreamer1-devel gstreamer1-plugins-base-devel
> - git-core pyparsing python-six
> + git-core python3-pyparsing python3-six python3
> -y
> - git clone ${CI_REPOSITORY_URL/spice.git/spice-protocol.git}
> - (cd spice-protocol && ./autogen.sh --prefix=/usr && make install)
> @@ -100,7 +102,7 @@ makecheck-centos:
> - >
> CFLAGS='-O2 -pipe -g -fsanitize=address -fno-omit-frame-pointer -Wframe-larger-than=40920'
> LDFLAGS='-fsanitize=address -lasan'
> - ./autogen.sh --enable-celt051
> + ./autogen.sh --disable-celt051
Acked-by: Victor Toso <victortoso at redhat.com>
> - make
> - make -C server check || (cat server/tests/test-suite.log && exit 1)
>
> --
> 2.21.0
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20191004/8e23a462/attachment.sig>
More information about the Spice-devel
mailing list