From e54c711901d50a47f701471687a1aa2aa75267c2 Mon Sep 17 00:00:00 2001 From: Oscar Lesta Date: Sun, 12 Oct 2025 08:03:46 -0300 Subject: [PATCH] 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. --- dev-lang/python/python3.12-3.12.12.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/python/python3.12-3.12.12.recipe b/dev-lang/python/python3.12-3.12.12.recipe index 4d3bcd455..7b9ea7b81 100644 --- a/dev-lang/python/python3.12-3.12.12.recipe +++ b/dev-lang/python/python3.12-3.12.12.recipe @@ -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