Skip to content

Commit

Permalink
Install python 11 and 12
Browse files Browse the repository at this point in the history
Change-Id: I17fbee665615dde58019d5bf0e4c9d7454ce2bdf
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Sep 6, 2024
1 parent f4bbcf4 commit defed6f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions jjb/functest/xtesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
build_args:
branch: master
node: opnfv-build
dependency: 3.17
dependency: 3.20
- 2023.2:
from:
build_args:
Expand Down Expand Up @@ -63,7 +63,7 @@
build_args:
branch: master
node: opnfv-build
dependency: 3.17
dependency: 3.20
- 2023.2:
from:
build_args:
Expand Down Expand Up @@ -492,7 +492,7 @@
port:
tag:
- latest:
dependency: 3.17
dependency: 3.20
- 2023.2:
dependency: 3.17
- 2023.1:
Expand Down Expand Up @@ -542,6 +542,8 @@
sudo DEBIAN_FRONTEND=noninteractive apt-get \
-o DPkg::Lock::Timeout=300 install \
libxml2-dev libxslt-dev libffi-dev libjpeg-dev \
python3.12 python3.12-dev python3.12-distutils \
python3.11 python3.11-dev python3.11-distutils \
python3.10 python3.10-dev python3.10-distutils \
python3.9 python3.9-dev python3.9-distutils \
python3.8 python3.8-dev python3.8-distutils \
Expand Down

0 comments on commit defed6f

Please sign in to comment.