-
Notifications
You must be signed in to change notification settings - Fork 0
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
skeleton for multitarget #2
Conversation
Works for the current example builds. It should be creating and running parallel subgraphs for each version. |
Moving this to a PR on upstream. |
This is a follow-on to the configuration PR. It shows the basic idea of using a macro shim to create multiple targets based on the configuration.
It's not correct yet: it doesn't handle the different versions correctly. What it does do is include documentation on the approach to give folks a chance to comment on.
I'll work on flushing out the implementation but would welcome thoughts on the approach.