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

improve caching of built assets #162

Open
smira opened this issue Nov 18, 2024 · 1 comment
Open

improve caching of built assets #162

smira opened this issue Nov 18, 2024 · 1 comment

Comments

@smira
Copy link
Member

smira commented Nov 18, 2024

We cache built assets by schematic ID, but for some assets (e.g. installer), some parts of the schematic don't apply (e.g. cmdline).

So if we improve, we can cut down number of assets built by using more specific cache ID.

(This needs to be improved to understand the exact semantics).

@smira
Copy link
Member Author

smira commented Nov 19, 2024

On a second thought, this might be actually very hard, as the schematic ID is imprinted in most of the assets (as a virtual extension), so each asset is different, even if the output besides that virtual extension is same.

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

No branches or pull requests

1 participant