Nx
Enterprise
Nx
fix(core): fix Windows build error from Rust 1.94 mutability check The `creation_flags()` call requires a mutable `Command`, but the variable was declared immutable. This only manifests on Windows builds since the call is behind `#[cfg(target_os = "windows")]`. Split into separate cfg blocks so each platform compiles cleanly.
nx run-many --target=build-native -- --target=x86_64-pc-windows-msvc
Sign in / Sign up
Open main menu
Succeeded
CI Pipeline Execution
nx run-many --target=build-native -- --target=x86_64-pc-windows-msvc
Click to copy
Windows
4 CPU cores
d0a26f3b
fix/freebsd-disk-space