mirror of https://github.com/python/cpython
gh-113858: GH Actions: Limit max ccache size for the asan build (GH-114113)
This commit is contained in:
parent
af85274086
commit
ac44ec6206
|
@ -454,6 +454,7 @@ jobs:
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
with:
|
with:
|
||||||
save: ${{ github.event_name == 'push' }}
|
save: ${{ github.event_name == 'push' }}
|
||||||
|
max-size: "200M"
|
||||||
- name: Configure CPython
|
- name: Configure CPython
|
||||||
run: ./configure --config-cache --with-address-sanitizer --without-pymalloc
|
run: ./configure --config-cache --with-address-sanitizer --without-pymalloc
|
||||||
- name: Build CPython
|
- name: Build CPython
|
||||||
|
|
Loading…
Reference in New Issue