New issue by dkwo on void-packages repository https://github.com/void-linux/void-packages/issues/32614 Description: Suppose package A depends on package B, and B checkdepends on A. (Example, pari and its datasets, #29159 ) This currently introduces a cycle, when building packages with checks enabled. Is it possible to modify xbps-src to operate in the order: build B, build and check A, check B, or in some other way, so that the cycle is broken?