From 534a75aecc9e34ce0ed8ec0da8cfec7ccef349f2 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Thu, 28 May 2026 12:24:14 +0200 Subject: [PATCH] Drop ccache support from CI 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6688bd95ca..dd4a4a84f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 @@ -197,7 +196,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 @@ -423,7 +421,6 @@ docs: <<: *base_image stage: docs 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