https://github.com/python/cpython/commit/ac44ec6206a1e5479effd91e02e2946b94e98ede
commit: ac44ec6206a1e5479effd91e02e2946b94e98ede
branch: main
author: Petr Viktorin <[email protected]>
committer: encukou <[email protected]>
date: 2024-01-16T14:21:16+01:00
summary:
gh-113858: GH Actions: Limit max ccache size for the asan build (GH-114113)
files:
M .github/workflows/build.yml
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 957882619f3552..cc5ecc09fbc592 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -454,6 +454,7 @@ jobs:
uses: hendrikmuhs/[email protected]
with:
save: ${{ github.event_name == 'push' }}
+ max-size: "200M"
- name: Configure CPython
run: ./configure --config-cache --with-address-sanitizer
--without-pymalloc
- name: Build CPython
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]