You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the proper fix is to avoid this "only one host config requirement". As explained in issue #81.
This new bug is one more clue that the current design is flawed.
Note: the current code is quite easy to understand:
add_build_config creates the config (host or not), then add_config adds it without checking for host config collision.
The text was updated successfully, but these errors were encountered:
sbarthelemy
changed the title
qibuild add-config --host lets you create a config with several host configs (which qibuild dos not support)
qibuild add-config --host lets you create a qibuild.xml with several host configs (which qibuild does not support)
Dec 20, 2016
Seen on qibuild 3.11.6 from pip.
Since two config are marked "host" qibuild make-host-tools picks one arbitrarily, possibly the wrong one.
A workaround is to use qibuild set-host-config.
I think the proper fix is to avoid this "only one host config requirement". As explained in issue #81.
This new bug is one more clue that the current design is flawed.
Note: the current code is quite easy to understand:
add_build_config creates the config (host or not), then add_config adds it without checking for host config collision.
On the contrary set_host_config does check.
The text was updated successfully, but these errors were encountered: