]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop ccache support from CI 12128/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 13:46:02 +0000 (15:46 +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 932a4aae6254fca5b2b085149441b5bf2755293e..8909b8d876908788399d68e8a56e4477bb19ec50 100644 (file)
@@ -14,7 +14,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
@@ -496,7 +495,6 @@ stages:
   <<: *default_triggering_rules
   stage: build
   before_script:
-    - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
     - test -n "${OUT_OF_TREE_WORKSPACE}" && mkdir "${OUT_OF_TREE_WORKSPACE}" && cd "${OUT_OF_TREE_WORKSPACE}"
     - *list_installed_package_versions
   script: