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
cargo does not write CACHEDIR.TAG in the target directory if it already exists, and since we create one if the directory does not exist for permission issues, we need to write a CACHEDIR.TAG file if it does not exist. This particularly affects #785, since it means we copy over the entire target directory over.
836: Add a cache dir tag when creating a target directory. r=Emilgardis a=Alexhuszagh
Ensure `cross` is similar in functionality to `cargo`, and this minimizes network traffic by applications that may copy the project but do not wish to copy compiled code.
Closes#835.
Co-authored-by: Alex Huszagh <ahuszagh@gmail.com>
cargo
does not writeCACHEDIR.TAG
in the target directory if it already exists, and since we create one if the directory does not exist for permission issues, we need to write aCACHEDIR.TAG
file if it does not exist. This particularly affects #785, since it means we copy over the entire target directory over.The specification can be found here.
The text was updated successfully, but these errors were encountered: