Skip to content

Commit 25645d0

Browse files
vbvictormahesh-attarde
authored andcommitted
[GitHub][docker] Add python3 venv package to CI container (llvm#161024)
I'm trying to make `pr-code-format.yml` job run natively on `ci-ubuntu-24.04` container. As it appears, `ci-ubuntu-24.04` already [has](https://github.com/llvm/llvm-project/blob/41a2dfc0d77d9ad977d1d36358f979abb3a0928f/.github/workflows/containers/github-action-ci/Dockerfile#L35) latest `clang-format`, `python3.12` installed, but `python3.12` needs `venv` to work properly, and Ubuntu asks for `python3-venv` package to be installed to create a venv.
1 parent 4b233d8 commit 25645d0

File tree

1 file changed

+1
-0
lines changed
  • .github/workflows/containers/github-action-ci

1 file changed

+1
-0
lines changed

.github/workflows/containers/github-action-ci/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ RUN apt-get update && \
6262
# Having a symlink from python to python3 enables code sharing between
6363
# the Linux and Windows pipelines.
6464
python3-pip \
65+
python3-venv \
6566
file \
6667
tzdata \
6768
python-is-python3 && \

0 commit comments

Comments
 (0)