Closed jackjansen closed 7 months ago
The builds for mediascape fail, because the Windows runner runs out of disk space.
Tried many disk space optimizations (such as not caching the Library folder, and pruning the LFS content) but nothing is good enough.
A workaround is given in https://github.com/actions/runner-images/issues/1341 which basically uses the C: drive for building.
C:
But this workaround doesn't work for us without major modifications: we need to secrets to be able to check out the submodules.
Unsure whether this will still happen with the new package structure. Closing the issue, but keeping the branch under ancient/ in case there is still anything interesting on it.
ancient/
The builds for mediascape fail, because the Windows runner runs out of disk space.
Tried many disk space optimizations (such as not caching the Library folder, and pruning the LFS content) but nothing is good enough.
A workaround is given in https://github.com/actions/runner-images/issues/1341 which basically uses the
C:
drive for building.But this workaround doesn't work for us without major modifications: we need to secrets to be able to check out the submodules.