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