Skip to content

Commit 5afdf0a

Browse files
authored
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]>
1 parent c6090ed commit 5afdf0a

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

c_glib/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"pkgconf"
88
],
99
"$comment": "We can update builtin-baseline by 'vcpkg x-update-baseline'",
10-
"builtin-baseline": "09f6a4ef2f08252f7f4d924fd9c2d42165fb21c9"
10+
"builtin-baseline": "40c89449f0ccce12d21f8a906639f6c2c649b9e7"
1111
}

cpp/cmake_modules/Findutf8proc.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ if(ARROW_VCPKG)
3232
endif()
3333
find_package(utf8proc NAMES unofficial-utf8proc ${find_package_args})
3434
if(utf8proc_FOUND)
35-
add_library(utf8proc::utf8proc ALIAS utf8proc)
3635
return()
3736
endif()
3837
endif()

cpp/vcpkg.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,7 @@
4141
]
4242
},
4343
"grpc",
44-
{
45-
"name": "gtest",
46-
"features": [
47-
"cxx17"
48-
]
49-
},
44+
"gtest",
5045
"lz4",
5146
"openssl",
5247
"orc",
@@ -62,5 +57,5 @@
6257
"zstd"
6358
],
6459
"$comment": "We can update builtin-baseline by 'vcpkg x-update-baseline'",
65-
"builtin-baseline": "09f6a4ef2f08252f7f4d924fd9c2d42165fb21c9"
60+
"builtin-baseline": "40c89449f0ccce12d21f8a906639f6c2c649b9e7"
6661
}

0 commit comments

Comments
 (0)