-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cache extension build results #232
Comments
Add metrics first to measure before and after this change. This will reduce build time. The downside is that it will increase storage requirements (and by extension costs). |
Metrics ticket: #289 |
Perhaps do it in these steps:
|
Also, it makes sense to take into account situations when the only change is changes in manifests. |
To speed up CI builds (which are usually run from a clean environment) where extensions rarely change it will help if extension outputs (library+resources) are cached on the extender server.
The text was updated successfully, but these errors were encountered: