Kekun commented on issue #1988: URL: https://github.com/apache/buildstream/issues/1988#issuecomment-2623874090
The order comes from the `_dependency_cmp()` function, but it seems not everything is compared against everything, e.g. I see `bison` compared against `gtk-doc` in 3.12 but not against `python3-markdown`, and vice versa in 3.13, which leads to them being flipped in the dependencies list of `gobject-introspection-base`, which in turn leads to calculating a different cache key. So it seems we somehow have partial order instead of total order, but I don't know why yet. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
