Package: bind9 / 1:9.16.50-1~deb11u2

0020-Disable-Windows-checks-in-the-misc-job.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From: =?utf-8?b?T25kxZllaiBTdXLDvQ==?= <ondrej@isc.org>
Date: Mon, 29 Jul 2024 11:32:22 +0200
Subject: Disable Windows checks in the misc job

We don't care about the Windows symbols not the Windows configure
anymore.
---
 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 06b17c3..15da0e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -442,14 +442,10 @@ misc:
   <<: *precheck_job
   script:
     - sh util/check-ans-prereq.sh
-    - sh util/checklibs.sh > checklibs.out
     - xmllint --noout --nonet `git ls-files '*.xml' '*.docbook'`
-    - sh util/check-win32util-configure
     - sh util/check-categories.sh
     - sh util/xmllint-html.sh
   artifacts:
-    paths:
-      - checklibs.out
     when: on_failure
 
 changes: