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).
This commit is contained in:
Oscar Lesta
2025-08-10 14:00:37 -03:00
parent 078c51934f
commit 61f8b80067

View File

@@ -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