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
this is an unfortunate limitation of the conan client, you may read conan-io/conan#9712, if you have time.
in general, there are 3 main things involved:
in CCI, we currently build only with <current-package>:shared=True. other options are default. that's why it tries to build shared GStreamer + static GLib, which is rejected because the reason in point 1
there is an unfortunate bug dependencies options are erased from the package_id, and even if GStreamer:shared=True + GLib:shared=True was built, it cannot be distinguished from GStreamer:shared=True + GLib:shared=False.
in conan 2.0, package ID model for shared/static libraries is going to be changed. perhaps, it will also affect on which configurations do we build in CCI (maybe it will be worth building *:shared=True instead of <current-package>:shared=True)
/cc @jgsogo
While glib etc have shared binaries, why are there no "shared=True" builds for gstreamer?
The text was updated successfully, but these errors were encountered: