Skip to content

Commit

Permalink
gh-113858: GH Actions: Limit max ccache size for the asan build (GH-1…
Browse files Browse the repository at this point in the history
  • Loading branch information
encukou authored Jan 16, 2024
1 parent af85274 commit ac44ec6
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 @@ -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
Expand Down

0 comments on commit ac44ec6

Please sign in to comment.