trying to make the pipeline builds work, desperately.

This commit is contained in:
2026-03-20 20:15:44 -05:00
parent 1c16f65476
commit 5a18c73572
13 changed files with 497 additions and 26 deletions

View File

@@ -12,7 +12,7 @@ Docker Compose builds were failing with `rustc interrupted by SIGSEGV` during re
### Fix
Added `ENV RUST_MIN_STACK=16777216` to the build stage of all 7 Rust Dockerfiles:
Added `ENV RUST_MIN_STACK=67108864` to the build stage of all 7 Rust Dockerfiles:
- `docker/Dockerfile` (both build stages)
- `docker/Dockerfile.optimized`
@@ -117,4 +117,4 @@ The visual workflow builder and API save endpoints now produce the action-linked
- All 598 workspace lib tests pass
- Zero TypeScript errors
- Zero compiler warnings
- Zero build errors
- Zero build errors