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
This is probably related to #9574 but it seemed different enough to warrant its own issue since this one does not involve any globbing, but merely directory traversal. I also verified that this isn't just an issue with the --summarize output; I can change the contents of file and Turbo will still have a cache hit.
The text was updated successfully, but these errors were encountered:
Verify canary release
Link to code that reproduces this issue
https://github.com/TAGraves/turborepo-gitdir-inputs-example
Which canary version will you have in your reproduction?
[email protected]
Environment information
Expected behavior
rm -rf .git && npx turbo build --summarize
should show the inputs asActual behavior
rm -rf .git && npx turbo build --summarize
shows the inputs as (note../../file
is missing):To Reproduce
Observe the result, which should look like: with-git-dir.json
Then:
Observe the result, which should look like: without-git-dir.json
Additional context
This is probably related to #9574 but it seemed different enough to warrant its own issue since this one does not involve any globbing, but merely directory traversal. I also verified that this isn't just an issue with the --summarize output; I can change the contents of
file
and Turbo will still have a cache hit.The text was updated successfully, but these errors were encountered: