From 9d77f90f73b5b31d5c6f607428d8b71887416e48 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 30 Jul 2026 13:55:11 +0900 Subject: [PATCH] GH-50726: [CI][Docs] Use bundled simdjson in the docs job Debian GNU/Linux trixie ships simdjson 3.12.0 but we requires simdjson 4.0.0 or later. --- .github/workflows/docs.yml | 3 ++- ci/docker/debian-13-cpp.dockerfile | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d176095739fb..ed3a94c497cb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,6 +27,7 @@ on: pull_request: paths: - '.github/workflows/docs.yml' + - 'ci/docker/debian-13-cpp.dockerfile' - 'cpp/apidoc/**' - 'docs/**' @@ -41,7 +42,7 @@ env: jobs: complete: - name: AMD64 Debian 12 Complete Documentation + name: AMD64 Debian 13 Complete Documentation runs-on: ubuntu-latest if: ${{ !contains(github.event.pull_request.title, 'WIP') }} timeout-minutes: 150 diff --git a/ci/docker/debian-13-cpp.dockerfile b/ci/docker/debian-13-cpp.dockerfile index 9bf60c9f95d0..ebda8f3847dc 100644 --- a/ci/docker/debian-13-cpp.dockerfile +++ b/ci/docker/debian-13-cpp.dockerfile @@ -139,4 +139,5 @@ ENV ARROW_ACERO=ON \ ORC_SOURCE=BUNDLED \ PATH=/usr/lib/ccache/:$PATH \ PYTHON=python3 \ + simdjson_SOURCE=BUNDLED \ xsimd_SOURCE=BUNDLED