]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop ccache support from CI 12131/head
authorMichal Nowak <mnowak@isc.org>
Thu, 28 May 2026 10:24:14 +0000 (12:24 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 28 May 2026 12:48:26 +0000 (14:48 +0200)
The population of the compile cache is so slow, that a BIND 9 build can
take 20 minutes.

Assisted-by: Claude:claude-opus-4-7
(cherry picked from commit cbc8664567e374dc305c88f8ffd55c8597e14155)

.gitlab-ci.yml

index d325d7b24405f28771a47c4aea12125e963e4711..5e4129f9ddf381b7fd648c316b9c7c52d6606428 100644 (file)
@@ -8,7 +8,6 @@ variables:
   LC_ALL: C
 
   CI_REGISTRY_IMAGE: registry.gitlab.isc.org/isc-projects/images/bind9
-  CCACHE_DIR: "/ccache"
   SOFTHSM2_CONF: "/var/tmp/softhsm2/softhsm2.conf"
 
   # VirtualBox driver needs to set build_dir to "/builds" in gitlab-runner.toml
@@ -192,7 +191,6 @@ stages:
   <<: *default_triggering_rules
   stage: build
   before_script:
-    - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
     - test -n "${OOT_BUILD_WORKSPACE}" && mkdir "${OOT_BUILD_WORKSPACE}" && cd "${OOT_BUILD_WORKSPACE}"
   script:
     - *configure