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
@rustdreamer Sorry for the delayed response, do you have any updates around this issue? I will look into duplicating the above, but wanted to see if you have had any changes?
I'm not sure I understand the issue here. Perhaps not all required directories are mounted as part of drone-cache settings, or more likely this is an issue with the rust compiler seeing the files as out of date. Perhaps a Makefile could prove useful here though may yield similar behavior.
I am not familiar enough with rust to understand if the build command is selective with it's sources and output/target files. However, this does seem more like an issue to be resolved with cargo rather than drone-cache.
If this is still needed please address any attempts to resolve this with additional steps in Drone @rustdreamer
Ensure those compiled / cached files are really under target and not e.g. $HOME/.cache/foobar. I.e., are you really caching the data you assume you should? Note that absolute paths are not yet supported, see archive: Add absolute path mode #141
Describe the bug
I've tried 101 times, but all repeat build in rust.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Except for the first time, others should read the cache
Screenshots
Desktop (please complete the following information):
Additional context
No more
The text was updated successfully, but these errors were encountered: