prop/.forgejo
Graham McIntire 484c59f217
Some checks failed
Build base image / Build and push base image (push) Successful in 24s
Build and Push / Build CI test image (push) Successful in 2m2s
Build and Push / Build and Push Docker Image (push) Failing after 11m6s
fix: use DEBUG=1 and MAKEFLAGS=-j1 in CI image to prevent EXLA OOM
The EXLA Makefile uses -O3 by default which causes massive memory usage
during C++ compilation. DEBUG=1 replaces -O3 with -g, drastically
reducing peak RAM. Combined with MAKEFLAGS=-j1 to serialize jobs, this
should fit within CI runner memory limits.
2026-08-05 12:48:32 -05:00
..
workflows fix: use DEBUG=1 and MAKEFLAGS=-j1 in CI image to prevent EXLA OOM 2026-08-05 12:48:32 -05:00