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