[Spice-devel] [spice-server v2] ci: Pass --enable-celt051 to configure

Victor Toso victortoso at redhat.com
Mon Jun 11 13:15:36 UTC 2018


On Fri, Jun 08, 2018 at 08:08:48PM +0200, Christophe Fergeau wrote:
> It's now mandatory to explicitly enable/disable CELT at configure time
> if celt051-devel is installed.
> 
> Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
Acked-by: Victor Toso <victortoso at redhat.com>
> ---
> I botched my testing of the previous version, this one should be more
> correct ;)
> 
> Christophe
> 
>  .gitlab-ci.yml | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 655232c23..d9620e5fe 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -13,7 +13,7 @@ makecheck:
>    - >
>      CFLAGS='-O2 -pipe -g -fsanitize=address -fno-omit-frame-pointer -Wframe-larger-than=40920'
>      LDFLAGS='-fsanitize=address -lasan'
> -    ./autogen.sh
> +    ./autogen.sh --enable-celt051
>    - make
>    - make -C server check || (cat server/tests/test-suite.log && exit 1)
>  
> @@ -22,7 +22,7 @@ makecheck:
>  # --without-sasl       disable SASL
>  options:
>    script:
> -  - ./autogen.sh --enable-statistics --without-sasl
> +  - ./autogen.sh --enable-statistics --without-sasl --disable-celt051
>    - make
>    - make -C server check || (cat server/tests/test-suite.log && exit 1)
>  
> @@ -36,11 +36,11 @@ check-valgrind:
>      -y
>    - >
>      CFLAGS='-O2 -pipe -g -D_FORTIFY_SOURCE=0'
> -    ./autogen.sh --enable-valgrind --enable-extra-checks
> +    ./autogen.sh --enable-valgrind --enable-extra-checks --enable-celt051
>    - make
>    - make check-valgrind || (cat server/tests/test-suite-memcheck.log && exit 1)
>  
>  syntax-check:
>    script:
> -  - ./autogen.sh
> +  - ./autogen.sh --enable-celt051
>    - make syntax-check
> -- 
> 2.17.1
> 
> _______________________________________________
> 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/20180611/ff6836ef/attachment.sig>


More information about the Spice-devel mailing list