maplibre-native-qt
maplibre-native-qt copied to clipboard
Debug iOS ccache
trafficstars
Hi @louwers, iOS symbols are very large. I think for now we should just disable ccache for iOS to not pollute the caches with useless and large caches. What do you think?
Alternatively we could only build Release builds in the CI, which are much smaller and only build debug builds when tagging releases.
@ntadej Sure, the GitHub cache is annoyingly small, and there is no way to increase the size. 👎
The CI failures are related to https://github.com/actions/runner-images/issues/10511
Will try to come up with a workaround in this PR.