]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable the double configure and build step in docs CI job
authorOndřej Surý <ondrej@isc.org>
Mon, 22 Jun 2020 11:13:11 +0000 (13:13 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 22 Jun 2020 12:08:53 +0000 (14:08 +0200)
The documentation now can be build even when the BIND 9 source tree
hasn't been built yet allowing no-arch builds.

.gitlab-ci.yml

index 8eb0ffb0562fc0cc786c8f7884f97ef0bb5082bc..1cce91e1bd6b79b019d41a86f37565ae1d65d5b2 100644 (file)
@@ -484,9 +484,6 @@ docs:
     - test -n "${OOT_BUILD_WORKSPACE}" && mkdir "${OOT_BUILD_WORKSPACE}" && cd "${OOT_BUILD_WORKSPACE}"
   script:
     - *configure
-    - make -j${BUILD_PARALLEL_JOBS:-1} -k maintainer-clean V=1
-    - *configure
-    - make -j${BUILD_PARALLEL_JOBS:-1} -k all V=1
     - make -j${BUILD_PARALLEL_JOBS:-1} -k doc V=1
   needs:
     - job: autoreconf