mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 16:18:53 -04:00
[9.16] fix: ci: 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 Backport of MR !12127 Merge branch 'backport-mnowak/drop-ccache-support-9.16' into 'bind-9.16' See merge request isc-projects/bind9!12130
This commit is contained in:
commit
cbf4dc0eea
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue