This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new f82379af chore(ci): Update Arrow C++ in CI to use 21.0.0 (#809)
f82379af is described below
commit f82379afd2916949674c89728297858cb394f463
Author: Dewey Dunnington <[email protected]>
AuthorDate: Mon Sep 22 20:28:28 2025 -0500
chore(ci): Update Arrow C++ in CI to use 21.0.0 (#809)
This will hopefully fix documentation errors that are causing the Metal
device build to fail.
---
.github/workflows/build-and-test-device.yaml | 2 +-
.github/workflows/build-and-test-ipc.yaml | 2 +-
.github/workflows/build-and-test.yaml | 4 ++--
.github/workflows/clang-tidy.yaml | 2 +-
.github/workflows/verify.yaml | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/build-and-test-device.yaml
b/.github/workflows/build-and-test-device.yaml
index 59102830..dcb2d7ae 100644
--- a/.github/workflows/build-and-test-device.yaml
+++ b/.github/workflows/build-and-test-device.yaml
@@ -93,7 +93,7 @@ jobs:
if: steps.cache-arrow-build.outputs.cache-hit != 'true'
shell: bash
run: |
- ci/scripts/build-arrow-cpp-minimal.sh 20.0.0 arrow
+ ci/scripts/build-arrow-cpp-minimal.sh 21.0.0 arrow
- name: Build
run: |
diff --git a/.github/workflows/build-and-test-ipc.yaml
b/.github/workflows/build-and-test-ipc.yaml
index 70304b46..d9a36561 100644
--- a/.github/workflows/build-and-test-ipc.yaml
+++ b/.github/workflows/build-and-test-ipc.yaml
@@ -79,7 +79,7 @@ jobs:
if: steps.cache-arrow-build.outputs.cache-hit != 'true'
shell: bash
run: |
- ci/scripts/build-arrow-cpp-minimal.sh 20.0.0 arrow
+ ci/scripts/build-arrow-cpp-minimal.sh 21.0.0 arrow
- name: Build
run: |
diff --git a/.github/workflows/build-and-test.yaml
b/.github/workflows/build-and-test.yaml
index ab9a4a2d..e267329a 100644
--- a/.github/workflows/build-and-test.yaml
+++ b/.github/workflows/build-and-test.yaml
@@ -71,7 +71,7 @@ jobs:
if: steps.cache-arrow-build.outputs.cache-hit != 'true'
shell: bash
run: |
- ci/scripts/build-arrow-cpp-minimal.sh 20.0.0 arrow
+ ci/scripts/build-arrow-cpp-minimal.sh 21.0.0 arrow
- name: Build nanoarrow
run: |
@@ -160,7 +160,7 @@ jobs:
if: steps.cache-arrow-build.outputs.cache-hit != 'true'
shell: bash
run: |
- ci/scripts/build-arrow-cpp-minimal.sh 20.0.0 arrow
+ ci/scripts/build-arrow-cpp-minimal.sh 21.0.0 arrow
- name: Run meson testing script
run: |
diff --git a/.github/workflows/clang-tidy.yaml
b/.github/workflows/clang-tidy.yaml
index 546cdbdc..ebcc4edf 100644
--- a/.github/workflows/clang-tidy.yaml
+++ b/.github/workflows/clang-tidy.yaml
@@ -54,7 +54,7 @@ jobs:
if: steps.cache-arrow-build.outputs.cache-hit != 'true'
shell: bash
run: |
- ci/scripts/build-arrow-cpp-minimal.sh 20.0.0 arrow
+ ci/scripts/build-arrow-cpp-minimal.sh 21.0.0 arrow
- name: Build nanoarrow
run: |
diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml
index 0448efd8..6901dcbe 100644
--- a/.github/workflows/verify.yaml
+++ b/.github/workflows/verify.yaml
@@ -96,7 +96,7 @@ jobs:
if: steps.cache-arrow-build.outputs.cache-hit != 'true' &&
matrix.config.label != 'windows-win32'
shell: bash
run: |
- src/ci/scripts/build-arrow-cpp-minimal.sh 20.0.0 arrow
+ src/ci/scripts/build-arrow-cpp-minimal.sh 21.0.0 arrow
- name: Set CMake options
shell: bash