trying to make the pipeline builds work, desperately.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user