Hive Hive
Sign in

Drops

Shipped updates from GitHub releases and changelog feeds across every domain.

Activity
Published Title Project Domains Version Source
iOS XCFramework release builds handle panic settings correctly panic=abort is kept for standard release targets but omitted for iOS staticlibs, because the XCFramework build pulls in objc2 which requires
Once
Once
0.24.0
GitHub
Rust projects build reliably on Windows Windows builds no longer fail with long-command-line errors or malformed --cfg feature values when compiling Rust crates with large dependen
Once
Once
0.24.0
GitHub
Repair release builds and packaging across Windows, Linux ARM, and iOS XCFramework Fixes Windows release graph builds that failed with command-line length limits or malformed Rust feature cfg values by routing full rustc in
Once
Once
0.24.0
GitHub
Build Rust targets reliably on Windows Windows builds of Rust targets no longer fail with command-line length errors or malformed feature flags. The entire rustc invocation is rou
Once
Once
0.24.0
GitHub
Fix Windows Rust builds that hit the command-line length limit Windows release builds of crates with large dependency graphs such as once-core previously failed with failed to spawn rustc.exe: The filena
Once
Once
0.24.0
GitHub
Structured argument files for declared actions Rule authors can now pass a structured cmd_args fragment with use_arg_file to declared actions, so generated argument files are materialized
Once
Once
0.24.0
GitHub
Windows rustc response and host tool fixes The prelude now writes rustc response files in the rustc-response format, which keeps arguments verbatim so Windows does not strip quotes or
Once
Once
0.24.0
GitHub
Fix long Rust command lines on Windows with response files Windows builds of large Rust crates such as once-core were failing because the rustc command line exceeded the Windows CreateProcess limit.
Once
Once
0.24.0
GitHub
Expose scratch_dir in the Starlark analysis context Starlark target kind implementations now receive ctx["scratch_dir"] alongside ctx["build_dir"]. build_dir remains the declared output namesp
Once
Once
0.24.0
GitHub
Show response-file context in action failure messages Failed declared graph actions now report generic response-file context alongside the action argv: the response-file path, format, argument c
Once
Once
0.24.0
GitHub