Hi,

I fixed an issue with the Gitlab CI.

Please apply the attached patch.

There is now one issue found by clang static analyzer, please have a look:
https://libmicrohttpd.gitlab.io/-/libmicrohttpd/-/jobs/416465579/artifacts/scan-build/2020-01-27-184011-7830-1/index.html

Regards, Tim
From 783c1b65afa34be645778cc17709c7d19e7ad565 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim=20R=C3=BChsen?= <tim.rueh...@gmx.de>
Date: Mon, 27 Jan 2020 19:37:45 +0100
Subject: [PATCH] Add 'linux' tag to runners

---
 .gitlab-ci.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d42e9c5..cd3a58fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,6 +42,7 @@ gcc/Stretch:
     - make check
   tags:
     - shared
+    - linux
   artifacts:
     expire_in: 2 weeks
     when: on_failure
@@ -66,6 +67,7 @@ Sanitizers/Stretch:
     - make check
   tags:
     - shared
+    - linux
   artifacts:
     expire_in: 2 weeks
     when: on_failure
@@ -84,6 +86,7 @@ Scan-Build/Debian:
     - scan-build -v -enable-checker security,nullability --status-bugs -o scan-build make check
   tags:
     - shared
+    - linux
   except:
     - tags
   artifacts:
@@ -99,6 +102,9 @@ MinGW/Debian:
     - ./bootstrap
     - ./configure $CONFIGURE_BASE_FLAGS --build=x86_64-pc-linux-gnu --host=$PREFIX
     - make -j$(nproc)
+  tags:
+    - shared
+    - linux
 
 dist/Stretch:
   image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD
@@ -109,6 +115,7 @@ dist/Stretch:
     - make -j$(nproc) dist
   tags:
     - shared
+    - linux
   artifacts:
     name: "$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
     expire_in: 2 weeks
-- 
2.25.0

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to