obhq / obliteration

Experimental free and open-source PlayStation 4 kernel
https://obliteration.net
Apache License 2.0
641 stars 18 forks source link

Removes unnecessary caches #1115

Closed ultimaweapon closed 1 week ago

ultimaweapon commented 1 week ago

.flatpak-builder is very small so caching does not make sense. For Cargo home it is almost 1 GB, which seems too big. I believe it is because its contains every crates that we have used since we keep caching it. So I thing it should be better not to cache this. The Windows CI also spend a lot of time to restore this so remove this should reduce make it faster.

ultimaweapon commented 1 week ago

Looking good. We can cut time from 12 minutes to 8 minutes on Windows!