From: Petr Viktorin Date: Tue, 16 Jan 2024 13:21:16 +0000 (+0100) Subject: gh-113858: GH Actions: Limit max ccache size for the asan build (GH-114113) X-Git-Tag: v3.13.0a3~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac44ec6206a1e5479effd91e02e2946b94e98ede;p=thirdparty%2FPython%2Fcpython.git gh-113858: GH Actions: Limit max ccache size for the asan build (GH-114113) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 957882619f35..cc5ecc09fbc5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -454,6 +454,7 @@ jobs: uses: hendrikmuhs/ccache-action@v1.2 with: save: ${{ github.event_name == 'push' }} + max-size: "200M" - name: Configure CPython run: ./configure --config-cache --with-address-sanitizer --without-pymalloc - name: Build CPython