From 733ba71b134634fb5d431737a7e362c24acf116f Mon Sep 17 00:00:00 2001 From: Darshit Shah Date: Mon, 28 Dec 2020 01:57:13 +0100 Subject: [PATCH] .gitlab-ci.yml: Even Debian Stable requires running autoreconf --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc318245..0e117bee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,7 @@ VPATH/Debian: - contrib/spell-checker - export CFLAGS=$CFLAGS_DEFAULT - ./bootstrap --skip-po && touch .manywarnings + - autoreconf -ivf - mkdir vpath && cd vpath - ../configure $CONFIGURE_BASE_FLAGS --cache-file ../cache/config.cache - make -j$(nproc)