]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: ci: Drop ccache support from CI
authorMichal Nowak <mnowak@isc.org>
Thu, 28 May 2026 12:21:39 +0000 (14:21 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 28 May 2026 12:21:39 +0000 (14:21 +0200)
commit3a206cae5ba24c8bdb5afecc9b0aafd6c7124a78
treec9f0693f0e19625df9ffb9b14715c13f1ee32e45
parent71e8d16357c8507240529e2130af497f23867cf4
parentcbc8664567e374dc305c88f8ffd55c8597e14155
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
Merge branch 'mnowak/drop-ccache-support' into 'main'

See merge request isc-projects/bind9!12127