amoeba commented on code in PR #4303: URL: https://github.com/apache/arrow-adbc/pull/4303#discussion_r3197466041
########## ci/scripts/python_wheel_windows_build.bat: ########## @@ -23,11 +23,13 @@ set build_dir=%2 echo "=== (%PYTHON_VERSION%) Building ADBC libpq driver ===" set CMAKE_BUILD_TYPE=RelWithDebInfo -set CMAKE_GENERATOR=Visual Studio 17 2022 +set CMAKE_GENERATOR=Visual Studio 18 2026 set CMAKE_GENERATOR_PLATFORM=x64 set CMAKE_UNITY_BUILD=ON set VCPKG_FEATURE_FLAGS=-manifests -set VCPKG_TARGET_TRIPLET=x64-windows-static +set VCPKG_TARGET_TRIPLET=x64-windows-static-2019 +set VCPKG_DEFAULT_HOST_TRIPLET=x64-windows-static-2019 +set VCPKG_OVERLAY_TRIPLETS=%source_dir%\ci\vcpkg\triplets Review Comment: Ah, I think I'm caught up. We need to maintain a custom triplet definition so we can set a fixed toolchain which the default set of triplets don't do. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
