Files
ConformalLabpp/.gitea
Tarik Moussa 83a61b0228
All checks were successful
C++ Tests / test-fast (pull_request) Successful in 2m20s
C++ Tests / quality-gates (pull_request) Has been skipped
C++ Tests / test-cgal (pull_request) Has been skipped
ci: build test-fast with -j1 to avoid cc1plus OOM in the 800m container
Root cause of the test-fast failures (confirmed via a pure-main probe PR that
failed identically): the fast job builds with -j$(nproc) inside an 800m-memory
container, and parallel Eigen+GoogleTest compilation OOM-kills cc1plus
("Killed signal terminated program cc1plus") non-deterministically — unrelated
to branch content (only constants.hpp reaches the fast target's header closure
on this branch, with trivial constexpr additions).

Serialise the fast build (-j1), mirroring the Pi-protection already applied to
the test-cgal job.  Fixes test-fast on main and on this PR.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-31 23:57:36 +02:00
..