On Wed, Aug 27, 2025 at 01:17:20PM -0700, Otto Kekäläinen wrote: > I was looking at which of the Salsa CI jobs take longest and consume > most resources and stumbled across > https://salsa.debian.org/python-team/packages/graph-tool > > The build uses more memory than available on a Salsa CI runner, and it > has never, and will never build.
I don't think that's an accurate way to describe the status of graph-tool. The problem with graph-tool is that it needs a lot of memory per CPU. But I managed to make it work in most cases (see the commits and the uploads I did) by making some calculations in debian/rules which adjust the parallelism according to available memory. If those calculations do not work in Salsa CI, we might better figure out why, instead of saying "will never build". Thanks.