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

Christophe Fergeau cfergeau at redhat.com
Fri Jun 8 17:41:55 UTC 2018


It's now mandatory to explicitly enable/disable CELT at configure time
if celt051-devel is installed.
---

This patch is also needed in order not to break CI, probably makes sense to squash it with the
DISTCHECKFLAGS one, or maybe with the submodule update

Christophe

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 655232c23..9b8d67edd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ makecheck:
 # --without-sasl       disable SASL
 options:
   script:
-  - ./autogen.sh --enable-statistics --without-sasl
+  - ./autogen.sh --enable-statistics --without-sasl --enable-celt051
   - make
   - make -C server check || (cat server/tests/test-suite.log && exit 1)
 
-- 
2.17.1



More information about the Spice-devel mailing list