Reduce the size of the github action caches#182
Merged
ColtonWilley merged 1 commit intoJun 23, 2025
Conversation
padelsbach
force-pushed
the
wp_shrink_cache_footprint
branch
15 times, most recently
from
June 19, 2025 17:28
cfb4c4c to
c0dd37f
Compare
padelsbach
marked this pull request as ready for review
June 19, 2025 17:32
padelsbach
force-pushed
the
wp_shrink_cache_footprint
branch
2 times, most recently
from
June 20, 2025 05:01
c0dd37f to
406a9f1
Compare
BridgerVoss
reviewed
Jun 20, 2025
padelsbach
force-pushed
the
wp_shrink_cache_footprint
branch
from
June 20, 2025 16:26
406a9f1 to
4a119a3
Compare
aidangarske
requested review from
ColtonWilley
and removed request for
JeremiahM37
June 21, 2025 17:53
padelsbach
force-pushed
the
wp_shrink_cache_footprint
branch
from
June 22, 2025 20:59
4a119a3 to
e4ea2a5
Compare
ColtonWilley
approved these changes
Jun 23, 2025
ColtonWilley
approved these changes
Jun 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Simply the build-wolfprovider.yml and reduce the amount of files cached since we are often at or above the 10gb limit.
Removes any caching of files that can be cloned or downloaded from github.
For the multi-compiler tests, it adds gcc13 and gcc14. But yet, the runtime of the job drops from 7 min to around 3.