]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop ccache support from CI 12127/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:20:55 +0000 (14:20 +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
.gitlab-ci.yml

index 758039cca8efadd95c5002401aaca1bf5214b685..7f03bdb8ed37e403c5f0ddb9c564bb66db69644d 100644 (file)
@@ -17,7 +17,6 @@ variables:
   GIT_COMMITTER_EMAIL: "$GIT_AUTHOR_EMAIL"
 
   CI_REGISTRY_IMAGE: registry.gitlab.isc.org/isc-projects/images/bind9
-  CCACHE_DIR: "/ccache"
 
   GIT_DEPTH: 1
   GIT_CLEAN_FLAGS: -ffdxq
@@ -464,7 +463,6 @@ stages:
   <<: *default_triggering_rules
   stage: build
   before_script:
-    - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
     - *list_installed_package_versions
   script:
     - *configure