Skip to content

gh-113858: GH Actions: Limit max ccache size for the asan build - #114113

Merged
encukou merged 1 commit into
python:mainfrom
encukou:gha-ccache
Jan 16, 2024
Merged

gh-113858: GH Actions: Limit max ccache size for the asan build#114113
encukou merged 1 commit into
python:mainfrom
encukou:gha-ccache

Conversation

@encukou

@encukouencukou commented Jan 16, 2024

Copy link
Copy Markdown
Member

@encukou
encukou merged commit ac44ec6 into python:mainJan 16, 2024
@encukou
encukou deleted the gha-ccache branch January 16, 2024 13:23
encukou added a commit that referenced this pull request Jan 16, 2024
…) (GH-114082)
This backports 3 PRs:
- #113859
Only save ccache on pushes
- #113945
Cut down ccache size
- Only save the ccache in the main reusable builds, not on builds that
don't use special build options:
- Generated files check
- OpenSSL tests
- Hypothesis tests
- Halve the max cache size, to 200M
- #114113
Fixup for the above
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
jessecomeau87 pushed a commit to jessecomeau87/Python that referenced this pull request May 20, 2024
This backports 3 PRs:
- python/cpython#113859
Only save ccache on pushes
- python/cpython#113945
Cut down ccache size
- Only save the ccache in the main reusable builds, not on builds that
don't use special build options:
- Generated files check
- OpenSSL tests
- Hypothesis tests
- Halve the max cache size, to 200M
- python/cpython#114113
Fixup for the above
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@encukou@hugovk