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 916a934 ci: update vcpkg version (#212)
916a934 is described below
commit 916a934911cd9da8cebf3460369acd1076c0eefe
Author: David Li <[email protected]>
AuthorDate: Fri Dec 2 13:28:07 2022 -0500
ci: update vcpkg version (#212)
Also enable 3.11 builds.
Fixes #202.
---
.env | 9 ++-------
.github/workflows/packaging-wheels.yml | 8 ++++----
2 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/.env b/.env
index 95a1c39..2fe295e 100644
--- a/.env
+++ b/.env
@@ -33,10 +33,5 @@ MAVEN=3.5.4
PYTHON=3.10
# Used through docker-compose.yml and serves as the default version for the
-# ci/scripts/install_vcpkg.sh script. Prefer to use short SHAs to keep the
-# docker tags more readable.
-#
-# Please also update the crossbow configuration in order to keep the github
-# actions cache up to date for the macOS wheels:
-#
https://github.com/ursacomputing/crossbow/blob/master/.github/workflows/cache_vcpkg.yml
-VCPKG="38bb87c"
+# ci/scripts/install_vcpkg.sh script.
+VCPKG="2871ddd918cecb9cb642bcb9c56897f397283192"
diff --git a/.github/workflows/packaging-wheels.yml
b/.github/workflows/packaging-wheels.yml
index 137c6c5..f769e37 100644
--- a/.github/workflows/packaging-wheels.yml
+++ b/.github/workflows/packaging-wheels.yml
@@ -114,7 +114,7 @@ jobs:
strategy:
matrix:
manylinux_version: ["2014"]
- python_version: ["3.9", "3.10"]
+ python_version: ["3.9", "3.10", "3.11"]
# Limit parallelism; gemfury appears to return 409 CONFLICT on
concurrent uploads
max-parallel: 1
steps:
@@ -167,7 +167,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
- python_version: ["3.9", "3.10"]
+ python_version: ["3.9", "3.10", "3.11"]
# Limit parallelism; gemfury appears to return 409 CONFLICT on
concurrent uploads
max-parallel: 1
env:
@@ -246,7 +246,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
- python_version: ["3.9.13", "3.10.8"]
+ python_version: ["3.9.13", "3.10.8", "3.11.0"]
include:
- python_version: "3.9.13"
PYTHON_HOME: "C:\\Python39"
@@ -287,7 +287,7 @@ jobs:
shell: pwsh
run: |
echo $env:VCPKG_VERSION
- git clone --shallow-since=2021-04-01
https://github.com/microsoft/vcpkg $env:VCPKG_ROOT
+ git clone --shallow-since=2022-06-01
https://github.com/microsoft/vcpkg $env:VCPKG_ROOT
pushd $env:VCPKG_ROOT
.\bootstrap-vcpkg.bat -disableMetrics
popd