python3.12: trigger rebuild on 64 bits (non-parallel).

While this worked fine on 32 bits, it failed with a corrupt file on
the 64 bits builder. Unsure if this is related to the use of parallel
build, or just another instance of those "corrupt files during compilation
that go away after a reboot" (as in https://dev.haiku-os.org/ticket/16951).

No rev-bump needed.
This commit is contained in:
Oscar Lesta
2025-10-12 08:03:46 -03:00
parent 44aee244d3
commit e54c711901

View File

@@ -54,7 +54,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