From d17e60e682bb49b90234ca008a2bc34a25254f8b Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Wed, 27 Sep 2023 18:15:00 +0200 Subject: [PATCH] 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. --- .github/workflows/generate-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index f3480f4ac4..5dbf20e479 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -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