]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable Windows checks in the misc job
authorOndřej Surý <ondrej@isc.org>
Mon, 29 Jul 2024 09:32:22 +0000 (11:32 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 29 Jul 2024 09:32:22 +0000 (11:32 +0200)
We don't care about the Windows symbols not the Windows configure
anymore.

.gitlab-ci.yml

index 1d81be21dd51a162bdad4915783e4c135d0d5b20..1af3e0fadfdfafdad8bc34b155888cd87787a718 100644 (file)
@@ -381,14 +381,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: