zhouyuan commented on code in PR #11004:
URL: 
https://github.com/apache/incubator-gluten/pull/11004#discussion_r2534207904


##########
dev/vcpkg/init.sh:
##########
@@ -68,13 +68,10 @@ SCRIPT_ROOT="$(realpath "$(dirname "$0")")"
 cd "$SCRIPT_ROOT"
 
 if [ ! -d "$VCPKG_ROOT" ] || [ -z "$(ls "$VCPKG_ROOT")" ]; then
-    git clone https://github.com/microsoft/vcpkg.git --branch 2023.10.19 
"$VCPKG_ROOT"
+    git clone https://github.com/microsoft/vcpkg.git --branch 2025.09.17 
"$VCPKG_ROOT"

Review Comment:
   `2025.09.17`
   it seems not match the PR desc here



##########
dev/vcpkg/vcpkg.json:
##########
@@ -1,6 +1,6 @@
 {
   "$schema": 
"https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json";,
-  "builtin-baseline": "a7b6122f6b6504d16d96117336a0562693579933",
+  "builtin-baseline": "4334d8b4c8916018600212ab4dd4bbdc343065d1",

Review Comment:
   could we also add a note for this commit:  `branch 2025.09.17`



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to