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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 5afdf0a705 GH-49076: [CI] Update vcpkg baseline to newer version 
(#49062)
5afdf0a705 is described below

commit 5afdf0a705ebce5f5081f7ede4e4ae5d05211fd8
Author: Raúl Cumplido <[email protected]>
AuthorDate: Sat Jan 31 01:40:23 2026 +0100

    GH-49076: [CI] Update vcpkg baseline to newer version (#49062)
    
    ### Rationale for this change
    
    The current version of vcpkg used is a from April 2025
    
    ### What changes are included in this PR?
    
    Update baseline to newer version.
    
    ### Are these changes tested?
    
    Yes on CI. I've validated for example that xsimd 14 will be pulled.
    
    ### Are there any user-facing changes?
    No
    
    * GitHub Issue: #49076
    
    Authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 c_glib/vcpkg.json                    | 2 +-
 cpp/cmake_modules/Findutf8proc.cmake | 1 -
 cpp/vcpkg.json                       | 9 ++-------
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/c_glib/vcpkg.json b/c_glib/vcpkg.json
index a9b1593ceb..e640c9044b 100644
--- a/c_glib/vcpkg.json
+++ b/c_glib/vcpkg.json
@@ -7,5 +7,5 @@
     "pkgconf"
   ],
   "$comment": "We can update builtin-baseline by 'vcpkg x-update-baseline'",
-  "builtin-baseline": "09f6a4ef2f08252f7f4d924fd9c2d42165fb21c9"
+  "builtin-baseline": "40c89449f0ccce12d21f8a906639f6c2c649b9e7"
 }
diff --git a/cpp/cmake_modules/Findutf8proc.cmake 
b/cpp/cmake_modules/Findutf8proc.cmake
index 75d459d0ec..7548542722 100644
--- a/cpp/cmake_modules/Findutf8proc.cmake
+++ b/cpp/cmake_modules/Findutf8proc.cmake
@@ -32,7 +32,6 @@ if(ARROW_VCPKG)
   endif()
   find_package(utf8proc NAMES unofficial-utf8proc ${find_package_args})
   if(utf8proc_FOUND)
-    add_library(utf8proc::utf8proc ALIAS utf8proc)
     return()
   endif()
 endif()
diff --git a/cpp/vcpkg.json b/cpp/vcpkg.json
index d854fc339d..ba3c8e1851 100644
--- a/cpp/vcpkg.json
+++ b/cpp/vcpkg.json
@@ -41,12 +41,7 @@
       ]
     },
     "grpc",
-    {
-      "name": "gtest",
-      "features": [
-        "cxx17"
-      ]
-    },
+    "gtest",
     "lz4",
     "openssl",
     "orc",
@@ -62,5 +57,5 @@
     "zstd"
   ],
   "$comment": "We can update builtin-baseline by 'vcpkg x-update-baseline'",
-  "builtin-baseline": "09f6a4ef2f08252f7f4d924fd9c2d42165fb21c9"
+  "builtin-baseline": "40c89449f0ccce12d21f8a906639f6c2c649b9e7"
 }

Reply via email to