Skip to content

Commit ac44ec6

Browse files
authored
gh-113858: GH Actions: Limit max ccache size for the asan build (GH-114113)
1 parent af85274 commit ac44ec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ jobs:
454454
uses: hendrikmuhs/[email protected]
455455
with:
456456
save: ${{ github.event_name == 'push' }}
457+
max-size: "200M"
457458
- name: Configure CPython
458459
run: ./configure --config-cache --with-address-sanitizer --without-pymalloc
459460
- name: Build CPython

0 commit comments

Comments
 (0)