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

Split runtime_config #100

Open
Tracked by #101
jog1t opened this issue Mar 3, 2024 — with Linear · 1 comment
Open
Tracked by #101

Split runtime_config #100

jog1t opened this issue Mar 3, 2024 — with Linear · 1 comment

Comments

Copy link
Collaborator

jog1t commented Mar 3, 2024

Right now, changing a single module requires rebuilding all the modules in the repository. Runtime config should only be changed whenever a module is added or removed. All other stuff should be lazy loaded from other module oriented configs. That also will allow us to efficiency cache that using incremental build system and therefore speed up the whole process.

Copy link

linear bot commented Mar 3, 2024

OGBE-65 Split `runtime_config`

Right now, changing a single module requires rebuilding all the modules in the repository. Runtime config should only be changed whenever a module is added or removed. All other stuff should be lazy loaded from other module oriented configs. That also will allow us to efficiency cache that using incremental build system and therefore speed up the whole process.

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