cosmoscout / cosmoscout-vr

:milky_way: A virtual universe which lets you explore, analyze and present huge planetary datasets and large simulation data in real-time.
Other
354 stars 27 forks source link

Use buildcache instead of clcache #299

Closed Schneegans closed 1 year ago

Schneegans commented 2 years ago

The Problem

clcache causes build errors on Windows and is not maintained anymore.

The Solution

Use buildcache instead. We could also consider to use this on Linux as well.

Schneegans commented 1 year ago

Btw, there is also sccache with some instructions here: https://github.com/actions-rs/meta/issues/19

JonasGilg commented 1 year ago

Btw, there is also sccache with some instructions here: actions-rs/meta#19

sccache has A LOT of cool features. The cloud caching would even accelerate first time builds.

JonasGilg commented 1 year ago

Btw, there is also sccache with some instructions here: actions-rs/meta#19

sccache has A LOT of cool features. The cloud caching would even accelerate first time builds.

Nevermind, the share cache is extremely sensitive: https://github.com/mozilla/sccache#general

Schneegans commented 1 year ago

Also, the recent versions of ccache seem to support MSVC natively. So that's another one to try :wink: