Path: csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Santiago Vila Newsgroups: linux.debian.maint.python Subject: Re: Debian Python team: don't use recipes/debian.yml@salsa-ci-team/pipeline, use debian/salsa-ci.yml instead Date: Wed, 27 Aug 2025 23:00:02 +0200 Message-ID: References: X-Mailbox-Line: From debian-python-request@lists.debian.org Wed Aug 27 20:59:50 2025 Old-Return-Path: X-Amavis-Spam-Status: No, score=-109.51 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, LDO_WHITELIST=-5, RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001, USER_IN_DKIM_WELCOMELIST=-0.01, USER_IN_DKIM_WHITELIST=-100] autolearn=ham autolearn_force=no MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Debian-User: sanvila X-Mailing-List: archive/latest/23216 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/aK9xsSxV9WfZhEtW@nuc Approved: robomod@news.nic.it Lines: 20 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: debian-python@lists.debian.org, Aayush Raj , Jerome Benoit X-Original-Date: Wed, 27 Aug 2025 22:59:29 +0200 X-Original-Message-ID: X-Original-References: Xref: csiph.com linux.debian.maint.python:17038 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.