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

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


The following commit(s) were added to refs/heads/main by this push:
     new f5445aeb ci: update vcpkg version to keep up with upstream (#1519)
f5445aeb is described below

commit f5445aeb94c4016ea4752875c9b91574825ae77f
Author: David Li <[email protected]>
AuthorDate: Tue Feb 6 13:03:43 2024 -0500

    ci: update vcpkg version to keep up with upstream (#1519)
    
    Fixes #1518.
---
 .env                            | 4 ++--
 .github/workflows/packaging.yml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.env b/.env
index 74ebe335..30829d53 100644
--- a/.env
+++ b/.env
@@ -37,5 +37,5 @@ ARROW_MAJOR_VERSION=14
 DOTNET=7.0
 
 # Used through docker-compose.yml and serves as the default version for the
-# ci/scripts/install_vcpkg.sh script.
-VCPKG="2871ddd918cecb9cb642bcb9c56897f397283192"
+# ci/scripts/install_vcpkg.sh script. Keep in sync with apache/arrow .env
+VCPKG="501db0f17ef6df184fcdbfbe0f87cde2313b6ab1"
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index cc528a73..ba1e65b0 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -22,6 +22,7 @@ on:
     branches:
       - main
     paths:
+      - ".env"
       - "adbc.h"
       - "c/**"
       - "ci/**"

Reply via email to