]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not consider bin/named/bind9.xsl.h in docs job check
authorMichal Nowak <mnowak@isc.org>
Tue, 12 Dec 2023 09:50:49 +0000 (10:50 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 12 Dec 2023 10:43:15 +0000 (11:43 +0100)
commiteb5ae97083434fe15f25d47c9524fd319a623b88
treeaa737b5c4123b181d7e332b241ad0e9301cbb9b3
parent11310cca77e1ff3c268d6c2d1eb1c65c3876d17e
Do not consider bin/named/bind9.xsl.h in docs job check

The BIND 9.16 build system occasionally produces a bin/named/bind9.xsl.h
file that differs slightly from the version in the bind-9.16 branch due
to a race condition. This poses an issue for the "docs" CI job, which
executes the "maintainer-clean" make target, regenerates the
bin/named/bind9.xsl.h file, and checks for differences with the
committed file. The race condition causes discrepancies in this check.

Since this problem doesn't occur in BIND 9.18+, we can hide it by adding
bin/named/bind9.xsl.h to the list of files excluded from the check.
.gitlab-ci.yml