From 62c7395d88b68df1aede9d178892215b22a28fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Thu, 17 Jan 2019 21:51:46 +0100 Subject: [PATCH] .gitlab-ci.yml: Use ./bootstrap in gnutls build. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96a007e7..ae01adcd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ build/gnutls: - ./configure --disable-documentation --prefix=/usr --libdir=/usr/lib64 && make -j4 && make install - git clone --depth 1 --branch master https://gitlab.com/gnutls/gnutls.git gnutls-git - - cd gnutls-git && git submodule update --init && make autoreconf && + - cd gnutls-git && git submodule update --init && ./bootstrap && ./configure --disable-cxx --disable-guile --disable-doc && make -j$(nproc) && make -j $(nproc) check tags: -- GitLab