cwi-dis / VR2Gather

Unity application framework for immersive social VR
MIT License
4 stars 6 forks source link

Github actions builds fail for Mediascape due to low disk space on Windows runners #101

Closed jackjansen closed 7 months ago

jackjansen commented 1 year 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.

But this workaround doesn't work for us without major modifications: we need to secrets to be able to check out the submodules.

jackjansen commented 7 months ago

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.