sjperkins commented on code in PR #33805: URL: https://github.com/apache/arrow/pull/33805#discussion_r1083402278
########## docker-compose.yml: ########## @@ -180,6 +181,8 @@ volumes: name: maven-cache python-wheel-manylinux2014-ccache: name: python-wheel-manylinux2014-ccache + python-wheel-manylinux_2_28-ccache: + name: python-wheel-manylinux_2_28-ccache Review Comment: Changed ########## docker-compose.yml: ########## @@ -967,6 +970,30 @@ services: - ${DOCKER_VOLUME_PREFIX}python-wheel-manylinux2014-ccache:/ccache:delegated command: /arrow/ci/scripts/python_wheel_manylinux_build.sh + # See available versions at: + # https://quay.io/repository/pypa/manylinux_2_28_x86_64?tab=tags + python-wheel-manylinux-2-28: + image: ${REPO}:${ARCH}-python-${PYTHON}-wheel-manylinux-2-28-vcpkg-${VCPKG} + build: + args: + arch: ${ARCH} + arch_short: ${ARCH_SHORT} + base: quay.io/pypa/manylinux_2_28_${ARCH_ALIAS}:2023-01-14-103cb93 + vcpkg: ${VCPKG} + python: ${PYTHON} + manylinux: 2_28 + context: . + dockerfile: ci/docker/python-wheel-manylinux-x-y.dockerfile + cache_from: + - ${REPO}:${ARCH}-python-${PYTHON}-wheel-manylinux-2-28-vcpkg-${VCPKG} + environment: + <<: *ccache + volumes: + - .:/arrow:delegated + - ${DOCKER_VOLUME_PREFIX}python-wheel-manylinux_2_28-ccache:/ccache:delegated Review Comment: Changed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org