Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document whether CWD is supposed to be hashed or not. #986

Open
t184256 opened this issue Apr 13, 2021 · 2 comments
Open

Document whether CWD is supposed to be hashed or not. #986

t184256 opened this issue Apr 13, 2021 · 2 comments

Comments

@t184256
Copy link
Contributor

t184256 commented Apr 13, 2021

I've spent several hours figuring out that "Absolute paths to files must match to get a cache hit." doesn't mean CWD is included into a hash. Or at least that's what I think now. Could it be spelled out in the clear, please?

@luser
Copy link
Contributor

luser commented Apr 13, 2021

See #35 for some historical discussion.

For Rust compilation, the cwd is included:

// 8. The cwd of the compile. This will wind up in the rlib.

#208 made this work somewhat better for C++ compilation.

@milahu

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants