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

Use cache mapper #1933

Merged
merged 5 commits into from
Oct 20, 2020
Merged

Use cache mapper #1933

merged 5 commits into from
Oct 20, 2020

Conversation

pepicrft
Copy link
Contributor

Short description 📝

I'm introducing a bunch if improvements that are required for fixing the issue that @natanrolnik came across in the caching functionality where we were sporting transitive dependencies and doing clean builds every time we built a target:

  • I'm extending the CacheController to generate projects with the build phases that will be used to locate the targets' built products directory.
  • I extended the TargetContentHasher to account for the new Target.scripts attribute.

In a follow-up PR I'll change the logic that builds the frameworks to use the file generated by the build phase to locate the built products.

@pepicrft pepicrft requested review from RomainBoulay, andreacipriani, a team and ollieatkinson and removed request for a team October 20, 2020 12:06
@pepicrft pepicrft merged commit 11c94fb into master Oct 20, 2020
@pepicrft pepicrft deleted the use-cache-mapper branch October 20, 2020 16:11
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

Successfully merging this pull request may close these issues.

2 participants