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
Reilly Brogan
Oh I just noticed that cifs-utils and notmuch are out of order
That's fine I'll bump them again after the stack is done ermo
wait, what? Reilly Brogan https://github.com/getsolus/packages/pull/2282/commits
Note that cifs-utils and notmuch are before samba
build-pr builds in commit order ermo
they're not out of order
they just depend on talloc only
(this is the exact order autobuild sussed out after doing a full-tree analysis w/DAG and stable topological sort) Reilly Brogan
Ah okay ermo
that said, I can see why you'd flag it, but it's actually correct if you look at it from the perspective of talloc alone.
(if that makes sense)
i.e. they're fully independent of the rest of the stack =)
though you did have me check that I wasn't misremembering xD Reilly Brogan
I probably still would have adjusted the build order so they went after the "stack", but that's just me
I like rebuilds to be after all the updates ermo
No, I get it.
I'm just trying to think of a way to have autobuild do that on its own
it'd likely need a way for the user to specify an "anchor" package
i.e. "any rebuilds should only happen after the anchor package is in"
meaning that, if I specify autobuild query src:packages/ samba talloc tevent tdb ldb --anchor=samba, it'd produce the order you are used to seeing/using @GZGavinZhao : ^?
The text was updated successfully, but these errors were encountered:
Context:
The text was updated successfully, but these errors were encountered: