CesiumGS / cesium-omniverse

Bringing the 3D geospatial ecosystem to Omniverse
https://cesium.com/platform/cesium-for-omniverse/
Apache License 2.0
51 stars 7 forks source link

Remove unused packages in CI to avoid low disk space errors #699

Closed r-veenstra closed 4 months ago

r-veenstra commented 4 months ago

Linux runners in CI were encountering low disk space errors, causing CI to fail.

This PR cleans up unused packages already installed on the linux images, clearing approx 4GB of space.

CI builds are now successful.

This is likely a bandaid and we may encounter it again in the future, however it is necessary in order to get the next release out.