mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 06:22:04 -04:00
Do not set up ccache in CI jobs building docs
Building documentation for Automake-based BIND 9 versions does not
require running "make all" beforehand. Drop ccache setup code from the
definitions of GitLab CI jobs building documentation as it is redundant.
(cherry picked from commit 59c8321ac9)
This commit is contained in:
parent
6c2827eac6
commit
6d1d244f17
1 changed files with 0 additions and 3 deletions
|
|
@ -531,8 +531,6 @@ docs:
|
|||
<<: *release_branch_triggering_rules
|
||||
<<: *base_image
|
||||
<<: *docs_job
|
||||
before_script:
|
||||
- test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
|
||||
needs:
|
||||
- job: autoreconf
|
||||
artifacts: true
|
||||
|
|
@ -544,7 +542,6 @@ docs:tarball:
|
|||
<<: *base_image
|
||||
<<: *docs_job
|
||||
before_script:
|
||||
- test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
|
||||
- *unpack_release_tarball
|
||||
needs:
|
||||
- job: tarball-create
|
||||
|
|
|
|||
Loading…
Reference in a new issue