]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: ci: Build unit tests in the unit test job
authorMichal Nowak <mnowak@isc.org>
Fri, 5 Jun 2026 14:33:17 +0000 (16:33 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 5 Jun 2026 14:33:17 +0000 (16:33 +0200)
commitd52aea603a039727c3ceccddb5e1925c11ce0cd5
tree50ab6a04f68b1b19d15f15fec9a6a30a3e29ff47
parentce0fabb03271624439776dbe89e0bb7d0dd9f962
parente0e2dff486ef8d9fe03b26013eaac1d857f034c5
chg: ci: Build unit tests in the unit test job

Building the unit tests in the build job ships them in the CI artifact
(+200 MB) and transfers them over the network.  Build them in the unit
test job instead.

Git checks the sources out newer than the build tree restored from the
artifact, which would make meson rebuild all of BIND 9 in the unit test
job.  Age the sources so the build is treated as up to date and only the
unit tests get compiled.

Assisted-by: Claude:claude-opus-4-8
Merge branch 'mnowak/build-unit-tests-in-unit-job' into 'main'

See merge request isc-projects/bind9!12180