You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2023/06/22 21:56:23 UTC

[arrow-adbc] branch maint-0.5.1 updated: chore(ci): fix the library suffix

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch maint-0.5.1
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/maint-0.5.1 by this push:
     new 01c2f1eb chore(ci): fix the library suffix
01c2f1eb is described below

commit 01c2f1eb281e8fb003f2d32096a6b0fe336128a9
Author: David Li <li...@gmail.com>
AuthorDate: Thu Jun 22 17:20:14 2023 -0400

    chore(ci): fix the library suffix
---
 ci/scripts/python_wheel_windows_build.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/scripts/python_wheel_windows_build.bat b/ci/scripts/python_wheel_windows_build.bat
index 51bf3832..b46feff3 100644
--- a/ci/scripts/python_wheel_windows_build.bat
+++ b/ci/scripts/python_wheel_windows_build.bat
@@ -27,7 +27,7 @@ set CMAKE_GENERATOR=Visual Studio 15 2017 Win64
 set CMAKE_UNITY_BUILD=ON
 set VCPKG_FEATURE_FLAGS=-manifests
 set VCPKG_TARGET_TRIPLET=x64-windows-static
-set ADBC_VERSION_DLL_SUFFIX=.0.5.1
+set ADBC_VERSION_DLL_SUFFIX=.5.1.0
 
 IF NOT DEFINED VCPKG_ROOT (echo "Must set VCPKG_ROOT" && exit /B 1)