Hive Hive
Sign in

Fix long Rust command lines on Windows with response files

Metadata
Source
GitHub
Version
0.24.0
Domains
Published
Jun 28, 2026 · 10:12 UTC
Repository
tuist/once
Update

Windows builds of large Rust crates such as once-core were failing because the rustc command line exceeded the Windows CreateProcess limit. Once now routes the entire post-rustc argument list through a single response file on Windows, leaving only the toolchain path and @response-file reference on the command line. This applies to both the build-script and main crate compiles, so Windows release and graph builds can succeed.