-
Notifications
You must be signed in to change notification settings - Fork 104
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
example of build using dynamically generated config #583
base: main
Are you sure you want to change the base?
Conversation
this is wip on #577 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
this can be merged, but it is mainly instructive |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 28 days if no further activity occurs. Thank you for your contributions. |
I like this, but I hesitate to merge it since it's just implemented for SSE - it's harder to debug if different packages behave differently... |
this is a proposal for getting more dynamic build configuration
the example lets a build use a dynamically generated config.mk (well at the moment just a verbatim copy of the static configuration; but the point is you could change the copy incrementally to use updated info)
admittedly its a bit of a hack (needs testing)