You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use cross-rs in CI. To improve build time, I'm trying to introduce sccache.
I found the recipe to use sccache here: https://github.com/cross-rs/cross/wiki/Recipes#sccache
I created my own custom image with installing sccache v0.8.0 and tried to build with following command:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use cross-rs in CI. To improve build time, I'm trying to introduce sccache.
I found the recipe to use sccache here: https://github.com/cross-rs/cross/wiki/Recipes#sccache
I created my own custom image with installing sccache v0.8.0 and tried to build with following command:
But this casued following error:
I created
./cache
directory on my host machine, and I setvolume
property in Cross.toml to mount this directory like this:Is there any way to fix this error?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions