uber-archive/makisu

Avoid processing whole build context if not necessary

yiranwang52 opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
Event if only a small part of the build context is actually used, makisu still process the whole context to calculate cache id.

Describe the solution you'd like
Don't access files that's not going to be needed.

This was already implemented. Forgot about this.