Skip to content

Conversation

CISC
Copy link
Collaborator

@CISC CISC commented Sep 30, 2025

Due to impending updated eviction policy we need to trim down our Actions Cache. One of the largest offenders is the android build ccache which claim 400MB on every build and never has any cache hits, so effectively useless:

https://github.com/ggml-org/llama.cpp/actions/runs/18123052287/job/51571820863
https://github.com/ggml-org/llama.cpp/actions/runs/18092686960/job/51477080980

@CISC CISC requested a review from slaren September 30, 2025 10:39
@github-actions github-actions bot added the devops improvements to build systems and github actions label Sep 30, 2025
@CISC
Copy link
Collaborator Author

CISC commented Sep 30, 2025

The docker publishing is the single largest offender with its buildkit blobs, way exceeding our 10GB limit already, I've tested changing the cache mode from max to min, but it makes no difference, we might have to disable GHA caching altogether for it... @ngxson @ggerganov

@slaren
Copy link
Member

slaren commented Sep 30, 2025

The docker images are only built once per day overnight, so it should be ok if they need more time.

@CISC
Copy link
Collaborator Author

CISC commented Sep 30, 2025

The docker images are only built once per day overnight, so it should be ok if they need more time.

I'm not sure why, but the CUDA Light image has been building for hours now in my test (while the Full image only took 45 minutes).

@CISC CISC merged commit 2df5bcf into master Sep 30, 2025
53 of 57 checks passed
@CISC CISC deleted the cisc/disable-android-ccache branch September 30, 2025 13:38
@CISC
Copy link
Collaborator Author

CISC commented Sep 30, 2025

The docker images are only built once per day overnight, so it should be ok if they need more time.

I'm not sure why, but the CUDA Light image has been building for hours now in my test (while the Full image only took 45 minutes).

Tried switching to local cache, but then the CUDA image fails with System.IO.IOException: No space left on device, which I guess is unsurprising as it's 4GB++ of layer caches...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops improvements to build systems and github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants