From 61f8b8006792f7b2c9647bf844e277cdf0e79899 Mon Sep 17 00:00:00 2001 From: Oscar Lesta Date: Sun, 10 Aug 2025 14:00:37 -0300 Subject: [PATCH] python3.13: disable parallel build to try to fix 32 bits build. Seems parallel builds of Python can be a bit too much for lil' old hoard2 in 32 bits. Let's see if this is enough for now. (no rev-bump as 64 bits build went OK). --- dev-lang/python/python3.13-3.13.6.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/python/python3.13-3.13.6.recipe b/dev-lang/python/python3.13-3.13.6.recipe index db0aafa55..63b5c384a 100644 --- a/dev-lang/python/python3.13-3.13.6.recipe +++ b/dev-lang/python/python3.13-3.13.6.recipe @@ -61,7 +61,7 @@ packageTests=false optimizedBuild=true # Generally, we disable parallel builds if "optimizedBuild == true" as they can fail. -forceParallelBuild=true +forceParallelBuild=false # Run all tests by default. Set to "true" to make "hp --test" only run then known failing tests. runOnlyKnownFailingTests=false