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 arch detection for MSVC cross-compile, skip tests for x86/ARM64
- Use CMAKE_GENERATOR_PLATFORM to detect target arch on MSVC (Win32/ARM64)
instead of CMAKE_SYSTEM_PROCESSOR which always reports the host arch
- Only run tests for x64 and Linux (native arch); x86/ARM64 are build-only
because 32-bit ODBC registration on 64-bit CI is unreliable and ARM64
binaries cannot execute on x64 hosts
0 commit comments