Skip to content

Commit

Permalink
pythongh-113858: GH Actions: Limit max ccache size for the asan build
Browse files Browse the repository at this point in the history
  • Loading branch information
encukou committed Jan 16, 2024
1 parent 20441c9 commit 09a3989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,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
Expand Down

0 comments on commit 09a3989

Please sign in to comment.