summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-01-18 13:58:24 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-01-18 14:24:47 -0600
commit62a6c8168c124e0c4bde50ddaedcb1d19f64d85d (patch)
tree19ba89fb3c70d1be2fe0f77fe53849aa8c664d57 /ci
parenta311818b35de119b084a00ef3860c5042ff77640 (diff)
downloadat-spi2-core-62a6c8168c124e0c4bde50ddaedcb1d19f64d85d.tar.gz
(#104): Use meson 0.63 for GNOME 44
We can't use fs.copyfile() yet, since that is introduced until meson 0.64. Downgrade the idiom to configure_file().
Diffstat (limited to 'ci')
-rw-r--r--ci/container_builds.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/container_builds.yml b/ci/container_builds.yml
index dea74b3d..07d8899d 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.3-main"
+ BASE_TAG: "2023-01-18.0-main"
RUST_STABLE: "1.64.0"
.container.opensuse@x86_64:
@@ -96,7 +96,7 @@ opensuse-container@x86_64:
python3-pip
systemd-devel
FDO_DISTRIBUTION_EXEC: >-
- pip3 install meson==0.64
+ pip3 install meson==0.63
fedora-container@x86_64:
extends: