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@xxxxxxxxxx> Acked-by: Victor Toso <victortoso@xxxxxxxxxx> > --- > 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@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/spice-devel
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel