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 f11d5170 chore(ci): Temporarily disable missing CUDA runner (#815)
f11d5170 is described below
commit f11d5170853c976d9ea736d5b27b97226cfd7358
Author: Dewey Dunnington <[email protected]>
AuthorDate: Tue Oct 21 21:15:44 2025 -0500
chore(ci): Temporarily disable missing CUDA runner (#815)
We're working on a solution for this
(https://github.com/apache/arrow-nanoarrow/issues/814), but in the
meantime a perpetually hanging CI job isn't helping!
---
.github/workflows/build-and-test-device.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build-and-test-device.yaml
b/.github/workflows/build-and-test-device.yaml
index dcb2d7ae..135b9739 100644
--- a/.github/workflows/build-and-test-device.yaml
+++ b/.github/workflows/build-and-test-device.yaml
@@ -50,7 +50,9 @@ jobs:
- {runner: ubuntu-latest, label: bundled-build, cmake_args:
"-DNANOARROW_DEVICE_BUNDLE=ON"}
- {runner: ubuntu-latest, label: shared-test-linkage, cmake_args:
"-DNANOARROW_TEST_LINKAGE_SHARED=ON"}
- {runner: macOS-latest, label: with-metal, cmake_args:
"-DNANOARROW_DEVICE_WITH_METAL=ON"}
- - {runner: ["self-hosted", "cuda"], label: with-cuda, cmake_args:
"-DNANOARROW_DEVICE_WITH_CUDA=ON"}
+ # This runner is currently not available
+ # https://github.com/apache/arrow-nanoarrow/issues/814
+ # - {runner: ["self-hosted", "cuda"], label: with-cuda, cmake_args:
"-DNANOARROW_DEVICE_WITH_CUDA=ON"}
steps:
- uses: actions/checkout@v4