]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-113858: GH Actions: Limit max ccache size for the asan build (GH-114113)
authorPetr Viktorin <encukou@gmail.com>
Tue, 16 Jan 2024 13:21:16 +0000 (14:21 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 13:21:16 +0000 (14:21 +0100)
.github/workflows/build.yml

index 957882619f355267c57b0820548db1dc2d7f50de..cc5ecc09fbc5923fa4e1846bbc591bc2fd2d7da7 100644 (file)
@@ -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