[Spice-devel] [PATCH spice-streaming-agent 2/3] ci: Install required autoconf-archive package

Frediano Ziglio fziglio at redhat.com
Fri Jun 1 11:59:45 UTC 2018


Due to recent check build is failing with:

configure.ac:21: error: Missing AX_CXX_COMPILE_STDCXX_11, install autoconf-archive

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1cda3b..0158cda 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 image: fedora:latest
 
 before_script:
-    - dnf install 'dnf-command(copr)' make automake autoconf libtool gcc-c++ -y
+    - dnf install 'dnf-command(copr)' make automake autoconf autoconf-archive libtool gcc-c++ -y
     - dnf copr enable @spice/nightly -y
     - dnf builddep spice-streaming-agent -y
 
-- 
2.17.0



More information about the Spice-devel mailing list