Karel Heyse

Results 3 comments of Karel Heyse

What you are trying to do is merge an older commit into a newer commit where the older commit is a direct ancestor of the newer commit. Git would tell...

From the code (https://github.com/vercel/turbo/blob/4dcf1337781c7a5ba93e1fce347448f5f59310bd/cli/internal/runcache/runcache.go#L126-L146) i seem to understand that "skipping cache check" means turbo will not try if it needs to restore from the cache (https://github.com/vercel/turbo/blob/4dcf1337781c7a5ba93e1fce347448f5f59310bd/cli/internal/runcache/runcache.go#L130) or rerun the step...

I appreciate that this is on the roadmap to be fixed. From your description I may gather that this is not a very short term solution though? Would it be...