Skip to content

Commit

Permalink
Add ubuntu and python to ubuntu-python-sdist-test docker job in order…
Browse files Browse the repository at this point in the history
… to install newer python
  • Loading branch information
raulcd committed Sep 9, 2024
1 parent f1d50d8 commit af0c193
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1071,14 +1071,17 @@ services:
# ARCH: amd64, arm64v8, ...
# PYARROW_VERSION: The test target pyarrow version such as "3.0.0"
# UBUNTU: 20.04, 22.04
image: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-python-3
# PYTHON: 3.9, 3.10, 3.11, ...
image: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-python-${PYTHON}
build:
context: .
dockerfile: ci/docker/linux-apt-python-3.dockerfile
cache_from:
- ${REPO}:${ARCH}-ubuntu-${UBUNTU}-python-3
- ${REPO}:${ARCH}-ubuntu-${UBUNTU}-python-${PYTHON}
args:
base: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-cpp
ubuntu: ${UBUNTU}
python: ${PYTHON}
shm_size: *shm-size
environment:
<<: [*common, *ccache]
Expand Down

0 comments on commit af0c193

Please sign in to comment.