mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
generate-docs: Bump ccache from 500M to 2000M
Since enabling Spicy, 500M (default) of ccache max-size size is not sufficient for efficient cache usage of a Zeek build anymore, so we end up thrashing the configured ccache. Build times have increased from 5-10 minutes to 1+ hour after enabling Spicy in the docs build.
This commit is contained in:
parent
5c1df2b706
commit
d17e60e682
1 changed files with 1 additions and 0 deletions
1
.github/workflows/generate-docs.yml
vendored
1
.github/workflows/generate-docs.yml
vendored
|
@ -77,6 +77,7 @@ jobs:
|
|||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
key: 'docs-gen-${{ github.job }}'
|
||||
max-size: '2000M'
|
||||
|
||||
- name: Configure
|
||||
run: ./configure --disable-broker-tests --disable-cpp-tests --ccache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue