prop/.forgejo/workflows
Graham McIntire af648c0330
Some checks failed
Build and Push / Build CI test image (push) Successful in 35s
Build and Push / Build and Push Docker Image (push) Failing after 5m33s
fix: save full EXLA build cache (object files + libexla.so) in CI image
EXLA's cached_make copies libexla.so but Make still compiles .o files
when they're missing from deps/exla/cache/ (they don't survive
mix deps.get). Save the pre-built cache/ directory at /opt/exla-cache/
in the CI image and restore it after mix deps.get in the test step.
With both .o files and libexla.so present, Make skips all C++ compilation.
2026-08-05 10:05:41 -05:00
..
build-base.yaml fix: resolve 27 security, architecture, test, and performance audit findings 2026-07-27 18:19:37 -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: save full EXLA build cache (object files + libexla.so) in CI image 2026-08-05 10:05:41 -05:00