Uh oh!
There was an error while loading. Please reload this page.
feat: add variant override - #114
Conversation
traversaro
commented
Mar 1, 2026
Non blocking, but personally I would find more convenient if the variant override could be specified in pkg_additonal_info yaml file. |
traversaro
commented
Mar 1, 2026
ChatGPT made a good point:
|
wolfv
commented
Mar 1, 2026
yes, that is indeed true. Meaning it would not work well in PR builds, unfortunately. But in the package builds we can add |
traversaro
commented
Mar 1, 2026
Exactly, PR builds and local builds done via |
traversaro
commented
Mar 5, 2026
Ok, I see two ways forward:
|
traversaro
commented
Mar 5, 2026
I probably prefer O2, or at least I would know how to implement O2. |
Tobias-Fischer
commented
Mar 5, 2026
O2 sounds good - we don’t have any old style recipes anymore, do we? |
Tobias-Fischer
commented
May 30, 2026
Hi @wolfv - quick follow up here :) |
Tobias-Fischer
commented
Jun 21, 2026
Another ping @wolfv |
Tobias-Fischer
commented
Aug 19, 2026
One more ping @ruben-arts@wolfv |
Address review feedback: variant overrides are now specified per-package in pkg_additional_info.yaml instead of vinca.yaml, keeping all per-package config in one place. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
wolfv
commented
Aug 20, 2026
Updated and rebased this PR. I implemented O2 from the discussion:
Local tests/lint/format pass, and CI is green on Linux, macOS, and Windows. |
traversaro
commented
Aug 21, 2026
Are the preprocessor converted recipe v0 style properly? I can't see that in the tests, and all the |
Adds variant overrides that would add a
variants.yamlfile upon generation.I think we might have to change some GHA template files in the repositories to make it work.