gh-113858: GH Actions: Limit max ccache size for the asan build (GH-114113)

This commit is contained in:
Petr Viktorin 2024-01-16 14:21:16 +01:00 committed by GitHub
parent af85274086
commit ac44ec6206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View 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