Skip to content

Commit a351b28

Browse files
encukouGlyphack
authored andcommitted
pythongh-113858: GH Actions: Limit max ccache size for the asan build (pythonGH-114113)
1 parent 49bdacc commit a351b28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
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)