Hi,

please apply this patch. It fixes the Gitlab CI pipeline.

On Debian/Stretch 'make distcheck' after 'make' doesn't work.

So, what works is the sequence

./bootstrap
./configure
make distcheck

Regards, Tim

On 10/13/19 2:59 PM, Tim Rühsen wrote:
> Please have a look at
> 
> https://gitlab.com/libmicrohttpd/libmicrohttpd/-/jobs/319336621
> 
> Regards, Tim
> 
From 5c280cc075739f25cc2b2938f7cca65c8e5862fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim=20R=C3=BChsen?= <tim.rueh...@gmx.de>
Date: Fri, 18 Oct 2019 12:58:58 +0200
Subject: [PATCH] * .gitlab-ci.yml: Fix distcheck for Debian/Stretch

---
 .gitlab-ci.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d0d9a6b..0d42e9c5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ variables:
 
 # In this build we combine
 #  * gcc
-#  * check, distcheck
+#  * check
 gcc/Stretch:
   image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD
   script:
@@ -40,7 +40,6 @@ gcc/Stretch:
     - ./configure $CONFIGURE_BASE_FLAGS
     - make -j$(nproc)
     - make check
-    - make -j$(nproc) distcheck
   tags:
     - shared
   artifacts:
@@ -54,7 +53,7 @@ gcc/Stretch:
 # In this build we combine
 #  * clang
 #  * ASan, UBSan
-#  * check, distcheck
+#  * check
 Sanitizers/Stretch:
   image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD
   script:
@@ -65,7 +64,6 @@ Sanitizers/Stretch:
     - export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-3.8/bin/llvm-symbolizer
     - ./configure $CONFIGURE_BASE_FLAGS --disable-doc
     - make check
-    - make -j$(nproc) distcheck
   tags:
     - shared
   artifacts:
-- 
2.23.0

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to