summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2022-12-24 22:42:14 +0200
committerJordan Petridis <jordan@centricular.com>2023-02-14 00:32:45 +0200
commit09e1bbccaf7e94fadb9fd8f6ff6425ba05a24c4c (patch)
treec4ae23ec179d06f42d11ec8b6f7e0053864ef4ca /.gitlab-ci.yml
parent794e9e78fa4304556e6191e83b051b1a29af4fc0 (diff)
ci: Update images to fedora 37
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1109>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f965f9d4..0c7a96a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,9 +49,9 @@ default:
# If you are hacking on them or need a them to rebuild, its enough
# to change any part of the string of the image you want.
###
- FDO_DISTRIBUTION_TAG: '2022-12-24.0'
- FDO_DISTRIBUTION_VERSION: '36'
- FDO_DISTRIBUTION_PACKAGES: sudo git-core lbzip2 rsync wine which python3-distro
+ FDO_DISTRIBUTION_TAG: '2023-02-13.0'
+ FDO_DISTRIBUTION_VERSION: '37'
+ FDO_DISTRIBUTION_PACKAGES: "sudo git-core lbzip2 rsync wine which python3-distro python3-distro-info"
FDO_DISTRIBUTION_EXEC: ci/docker_setup.sh
FDO_UPSTREAM_REPO: gstreamer/cerbero
@@ -63,9 +63,9 @@ default:
# If you are hacking on them or need a them to rebuild, its enough
# to change any part of the string of the image you want.
###
- FDO_DISTRIBUTION_TAG: '2022-12-24.0'
- FDO_DISTRIBUTION_VERSION: '36'
- FDO_DISTRIBUTION_PACKAGES: file git-core java-11-openjdk-devel lbzip2 python3-distro make pkg-config unzip which xz
+ FDO_DISTRIBUTION_TAG: '2023-02-13.0'
+ FDO_DISTRIBUTION_VERSION: '37'
+ FDO_DISTRIBUTION_PACKAGES: "file git-core java-11-openjdk-devel lbzip2 python3-distro python3-distro-info make pkg-config unzip which xz"
FDO_DISTRIBUTION_EXEC: ci/docker_android_setup.sh $ANDROID_HOME $ANDROID_NDK_HOME $GST_UPSTREAM_BRANCH
FDO_UPSTREAM_REPO: gstreamer/cerbero
FDO_REPO_SUFFIX: android