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

[core] Optimise build to skip rebuilds #73

Open
2 tasks
MitchPierias opened this issue Sep 21, 2019 · 0 comments
Open
2 tasks

[core] Optimise build to skip rebuilds #73

MitchPierias opened this issue Sep 21, 2019 · 0 comments
Labels
Improvement Enhancing something which already exists

Comments

@MitchPierias
Copy link
Collaborator

The build script should maintain a cache of file hashes to compare against at build time, determining if a file requires a build or skip.

  • Maintain a collection of file hashes.
  • Compare a specified list of files against list of file hashes.
@MitchPierias MitchPierias added feature New feature or request enhancement Improvement Enhancing something which already exists and removed feature New feature or request enhancement labels Sep 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Enhancing something which already exists
Projects
None yet
Development

No branches or pull requests

1 participant