mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user