Hive Hive
Sign in

Windows rust builds now compile through response files

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

On Windows, Once now routes the full rustc invocation through a @response-file for both build-script and main crate compiles, instead of piling --extern and -L flags onto the command line. As a result, even large dep graphs such as once-core no longer exceed the Windows 32KB command-line limit (os error 206), and feature cfg values are lowered to --cfg=feature="..." arguments and written verbatim into the response file. Non-Windows hosts keep the inline argv path.