prop/.forgejo/workflows
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
..
build-base.yaml fix: build base image on every push so prop-base:latest is always available 2026-08-05 12:12:35 -05:00
build-grid-rs.yaml fix: resolve 27 security, architecture, test, and performance audit findings 2026-07-27 18:19:37 -05:00
build.yaml fix: use DEBUG=1 and MAKEFLAGS=-j1 in CI image to prevent EXLA OOM 2026-08-05 12:48:32 -05:00