You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(scripts): smoke probe skips cross-compiled targets instead of failing
Cross-compiled binaries (Android arm64 built on Linux x64, etc.) cannot
execute --version on the build host — that's expected, not a regression.
The smoke script now reports them as SKIP with a clear log line and
continues, so CI runners only fail on truly broken targets that match
their host architecture.
0 commit comments