jeffparsons / hope

Apache License 2.0
3 stars 0 forks source link

Consider creating symlinks to files in cache instead of copying them out #7

Open jeffparsons opened 1 month ago

jeffparsons commented 1 month ago

Motivation:

Cargo seems to copy the targets of symlinks around rather than the symlink itself. I'm not sure if it also looks through to the target for comparing timestamps. So we'll need to pay extra-close attention to this if we go down this path. I did at least confirm that this approach kinda-works, but decided to go the simpler path first and worry about this later.