summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/container_builds.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/ci/container_builds.yml b/ci/container_builds.yml
index 470f9c9b..635135da 100644
--- a/ci/container_builds.yml
+++ b/ci/container_builds.yml
@@ -13,7 +13,7 @@ include:
variables:
# When branching change the suffix to avoid conflicts with images
# from the main branch
- BASE_TAG: "2022-12-13.0-main"
+ BASE_TAG: "2022-12-13.1-main"
RUST_STABLE: "1.64.0"
.container.opensuse@x86_64:
@@ -90,10 +90,11 @@ opensuse-container@x86_64:
libasan
libxkbcommon-devel
libxml2-devel
- meson
procps
python38
systemd-devel
+ FDO_DISTRIBUTION_EXEC: >-
+ pip3 install meson==0.64
fedora-container@x86_64:
extends: