From 2e1541be4b0319571429ba8b8eb92864dbaf0f5c Mon Sep 17 00:00:00 2001 From: Tarik Moussa Date: Sun, 31 May 2026 23:49:41 +0200 Subject: [PATCH] ci: re-trigger test-fast (Pi OOM flake; fast build unaffected by this branch) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Only constants.hpp reaches the fast target's header closure (via hyper_ideal_utility/geometry); all heavy headers (newton_solver, the CGAL entry points, the FD Hessians) are NOT compiled by conformallab_tests. The test-fast failures showed non-deterministic timing (2m21s vs 1m49s) — the signature of an OOM kill in the 800m-limited Pi container, not a code defect. Local: 301/301 CGAL + 26/26 fast green. Co-Authored-By: Claude Opus 4.8