]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
ci: omit explicit command to compile test binaries
authorTom Krizek <tkrizek@isc.org>
Fri, 8 Sep 2023 13:44:28 +0000 (15:44 +0200)
committerTom Krizek <tkrizek@isc.org>
Tue, 12 Sep 2023 08:25:03 +0000 (10:25 +0200)
The command to compile test binaries is no longer needed, as these are
now compiled as part of the default make target.

Related !8189

(cherry picked from commit 26f20b81ec8beeec82577766a9454b52f7684aaf)

.gitlab-ci.yml

index 578deff7b0f82e08fef1a1d70312ccec46db06fe..cff89be374bd47586efe8cba63193ee666d469ef 100644 (file)
@@ -361,8 +361,6 @@ cross-version-config-tests:
     - *configure
     - *setup_interfaces
     - make -j${BUILD_PARALLEL_JOBS:-1}
-    # Build system test binaries.
-    - make -C bin/tests/system -j${TEST_PARALLEL_JOBS:-1} check TESTS=""
     - export BIND_BRANCH="$(sed -n -E "s|^m4_define\(\[bind_VERSION_MINOR\], ([0-9]+)\)dnl$|\1|p" configure.ac)"
     # When testing a .0 release, compare it against the previous development
     # release (e.g., 9.19.0 and 9.18.0 should both be compared against 9.17.22).